forked from cloudify-cosmo/docs.getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 849 Bytes
/
package.json
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
{
"name": "docs-getcloudify",
"description": "website",
"version": "3.3.0",
"homepage": "http://docs.getcloudify.org",
"devDependencies": {
"grunt": "^0.4.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-aws-s3": "0.11.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-less": "^0.11.3",
"grunt-contrib-uglify": "^0.5.0",
"grunt-css": "^0.5.4",
"grunt-open": "^0.2.3",
"grunt-shell": "^0.7.0",
"grunt-shell-spawn": "^0.3.0",
"matchdep": "^0.3.0",
"grunt-contrib-jshint": "~0.11.2",
"jshint-stylish": "~1.0.1",
"grunt-text-replace": "~0.4.0",
"request": "~2.55.0",
"grunt-contrib-clean": "~0.6.0",
"lodash": "~3.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-sync": "~0.2.3"
}
}