forked from ellisonleao/clumsy-bird
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1000 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
37
38
{
"name": "clumsy-bird",
"version": "0.1.0",
"description": "Clumsy Bird - A MelonJS port of the famous Flappy Bird game",
"homepage": "http://ellisonleao.github.io/clumsy-bird/",
"repository": {
"type": "git",
"url": "https://github.com/ellisonleao/clumsy-bird"
},
"bugs": {
"url": "https://github.com/ellisonleao/clumsy-bird/issues"
},
"licenses": [
{
"type": "MIT License",
"url": "https://github.com/ellisonleao/clumsy-bird/blob/master/LICENSE"
}
],
"author": {
"name": "Ellison Leão",
"email": "[email protected]"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-connect": "^0.7.1",
"grunt-replace": "~0.4.3",
"grunt-manifest": "~0.4.0"
}
}