-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 958 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
{
"name": "duckhunt",
"version": "0.0.0",
"description": "My html version of the fun game duck hunt.",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.5.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"matchdep": "~0.1.2",
"mocha": "~1.13.0",
"expect.js": "~0.2.0",
"grunt-mocha": "~0.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rafaellyra/duckhunt.git"
},
"readmeFilename": "README.md",
"author": "rafaellyra",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/rafaellyra/duckhunt/issues"
}
}