-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 927 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
{
"name": "js13kgame2014",
"version": "0.0.1",
"author": {
"name": "Felipe Alfonso",
"github-handle": "damnbrain"
},
"repository": {
"type": "git",
"url": "https://github.com/damnbrain/js13kgame2014"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-compress": "~0.10.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-pngmin": "~0.6.1",
"grunt-include-source": "~0.4.1",
"grunt-closure-compiler": "~0.0.21",
"grunt-text-replace": "~0.3.12",
"grunt-yui-compressor": "~0.3.3",
"grunt-contrib-uglify": "~0.5.1",
"matchdep": "~0.1.2"
},
"engine": "node 0.8.12",
"scripts": {
"release": "grunt"
}
}