forked from Fulox/FullScreenMario-JSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.06 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
{
"name": "FullScreenMario-JSON",
"description": "FullScreenMario - An HTML5 remake of the original Super Mario Brothers - expanded for modern browsing.",
"version": "0.9.0",
"author": {
"name": "Josh Goldberg",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:DiogenesTheCynic/FullScreenMario-JSON.git"
},
"bugs": {
"url": "https://github.com/DiogenesTheCynic/FullScreenMario-JSON/issues"
},
"licenses": [{
"type": "Attribution Non-Commercial Share-Alike",
"url": "https://github.com/DiogenesTheCynic/FullScreenMario-JSON/blob/master/LICENSE.txt"
}],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-processhtml": "~0.3.3",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-zip": "~0.16.2"
}
}