-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 812 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "rf",
"version": "0.2.0",
"description": "RazorFlow Main Repo",
"dependencies": {
"chalk": "^0.5.1",
"ejs": "^1.0.0",
"fs-extra": "^0.11.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-copy-to": "0.0.10",
"grunt-exec": "^0.4.6",
"grunt-file-append": "0.0.4",
"grunt-file-creator": "^0.1.1",
"grunt-lib-contrib": "^0.7.1",
"grunt-s3": "^0.2.0-alpha.3",
"grunt-text-replace": "^0.3.12",
"lodash": "^2.4.1",
"underscore": "^1.6.0",
"url-to-screenshot": "^0.4.1"
},
"devDependencies": {
"grunt-text-replace": "~0.3.12"
}
}