-
Notifications
You must be signed in to change notification settings - Fork 319
/
package.json
32 lines (32 loc) · 915 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
28
29
30
31
32
{
"name": "ThreeNodes.js",
"version": "0.2.0",
"author": "David Mignot (http://idflood.com)",
"repository": "git://github.com/idflood/ThreeNodes.js",
"dependencies": {
"autoprefixer": "^6.3.6",
"coffee-script": ">= 1.6.3",
"cssnano": "^3.5.2",
"grunt": ">= 0.4.1",
"grunt-contrib-clean": ">= 0.5.0",
"grunt-contrib-coffee": ">= 0.7.0",
"grunt-contrib-copy": ">= 0.4.1",
"grunt-contrib-imagemin": ">= 0.3.0",
"grunt-contrib-uglify": ">= 0.2.4",
"grunt-contrib-watch": ">= 0.5.3",
"grunt-notify": ">= 0.2.13",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"phantom": "0.5.2",
"sty": "0.6.1"
},
"engine": "node >= 0.8.x",
"devDependencies": {
"grunt-webpack": "^1.0.8",
"coffee-loader": "^0.7.2",
"webpack": "^1.6.0",
"html-loader": "^0.2.3",
"grunt-contrib-clean": "^0.6.0",
"webpack-dev-server": "^1.7.0"
}
}