-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 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
33
34
35
36
{
"name": "laybabylay",
"version": "2.0.0",
"description": "Lay Baby Lay",
"private": false,
"repository": {
"type": "git",
"url": "[email protected]/chiplay/laybabylay.git"
},
"author": "Chip Lay",
"license": "BSD",
"dependencies": {
"express": "3.4.x",
"matchdep": "~0.3.0",
"grunt": "~0.4.5",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jade": "~0.12.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-node-inspector": "~0.1.1",
"grunt-express": "~1.2.1",
"grunt-shell": "~0.3.1",
"grunt-notify": "~0.2.13",
"grunt-newer": "~0.7.0",
"underscore": "~1.5.2",
"bower": "~1.8.8",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.5.0"
},
"engines": {
"node": "0.10.x"
}
}