forked from cloudify-cosmo/docs.getcloudify.org-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 863 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 863 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": "docs-getcloudify",
"description": "website",
"version": "0.0.0",
"homepage": "http://docs.getcloudify.org",
"devDependencies": {
"grunt": "^0.4.1",
"grunt-aws-s3-gzip": "^0.10.1",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "^0.11.3",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-css": "^0.5.4",
"grunt-frontmatter": "0.0.2",
"grunt-open": "^0.2.3",
"grunt-sass": "~1.0.0",
"grunt-shell": "^0.7.0",
"grunt-shell-spawn": "^0.3.0",
"grunt-sync": "~0.2.3",
"grunt-text-replace": "~0.4.0",
"jshint-stylish": "~1.0.1",
"lodash": "~3.8.0",
"matchdep": "^0.3.0",
"request": "~2.55.0"
}
}