-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 885 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
{
"name": "lights",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-clean": "0.4.0rc6",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-connect": "0.1.0",
"grunt-contrib-watch": "0.1.4",
"grunt-contrib-compass": "0.1.0",
"grunt-component-build": "~0.3.2",
"component-builder": "~0.6.2",
"grunt-shell": "0.2.1",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-cssmin": "0.4.2",
"grunt-contrib-htmlmin": "0.1.1",
"grunt-usemin": "~0.1.12",
"grunt-preprocess": "~3.0.1",
"grunt-env": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"component-json": "~0.1.4",
"component-string": "~0.1.2",
"grunt-three-obj": "~0.3.0"
}
}