-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
30 lines (30 loc) · 856 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": "responsive-snake",
"version": "0.1.5",
"description": "Basic Responsive Snake Game",
"contributors": [],
"devDependencies": {
"grunt": "~0.4.4",
"grunt-complexity": "~0.1.0",
"grunt-notify": "~0.2.18",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.6.0",
"grunt-node-webkit-builder": "~0.1.18",
"grunt-nodestatic": "~0.1.2",
"grunt-bower-task": "~0.3.4",
"grunt-jquery-builder": "~0.1.1",
"grunt-shell": "~0.6.4",
"grunt-newer": "~0.7.0",
"grunt-browserify": "~1.3.0",
"browserify": "~3.20.0",
"time-grunt": "~0.3.2",
"grunt-gh-pages": "^0.9.1"
},
"dependencies": {
"load-grunt-config": "~0.9.2"
}
}