forked from Fulox/FullScreenMario-JSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.12 KB
/
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": "FullScreenMario",
"description": "An HTML5 remake of the original Super Mario Brothers - expanded for modern browsing.",
"version": "0.10.3",
"author": {
"name": "Josh Goldberg",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:FullScreenShenanigans/FullScreenMario.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/FullScreenMario/issues"
},
"license": "MIT",
"devDependencies": {
"chai": "~2.X",
"grunt": "~0.4.X",
"grunt-cli": "~0.1.X",
"grunt-contrib-clean": "~0.6.X",
"grunt-contrib-copy": "~0.8.X",
"grunt-contrib-cssmin": "~0.13.X",
"grunt-contrib-htmlmin": "~0.4.X",
"grunt-contrib-uglify": "~0.8.X",
"grunt-mocha-phantomjs": "~2.X",
"grunt-processhtml": "~0.3.X",
"grunt-preprocess": "~5.X",
"grunt-tslint": "~2.4.X",
"grunt-typescript": "~0.8.X",
"grunt-zip": "~0.17.X",
"mocha": "~2.X",
"tslint": "~2.4.X",
"typescript": "~1.7.X"
}
}