-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.02 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "isr",
"description": "isr server side",
"version": "1.3.18",
"author": {
"name": "Daniel Lu"
},
"licenses": [
{
"type": "PRIVATE"
}
],
"main": "grunt.js",
"bin": {
"shampoo": "./shampoo/shampoo"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"watchify": "~0.5.6",
"coffeeify": "~0.6.0",
"lodash": "~2.4.1",
"aliasify": "~1.4.0",
"browserify-shim": "~2.0.10",
"brfs": "0.0.9",
"coffee-script": "~1.7.1",
"glob": "~3.2.8",
"mkdirp": "~0.3.5",
"minimist": "0.0.7"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"lodash": "~2.4.1"
},
"peerDependencies": {
"grunt": "~0.4.2"
}
}