-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 922 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
{
"name": "study",
"version": "0.1.0",
"private": true,
"dependencies": {},
"devDependencies": {
"axis-css": "^0.1.8",
"coffee-script": "^1.7.1",
"grunt": "^0.4.5",
"grunt-concurrent-ct": "^0.6.1",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-stylus": "^0.18.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.7.0",
"grunt-brerror": "^0.1.4",
"load-grunt-tasks": "^0.6.0",
"grunt-cli": "^0.1.13",
"lorem-ipsum": "^1.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-html-glob": "^0.2.1",
"uglify-js": "^2.4.15",
"lodash": "^2.4.1",
"axis": "^0.3.0",
"grunt-simple-cdnify": "^0.1.2",
"grunt-i18n-static": "^0.1.8"
}
}