-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
37
38
39
40
41
42
43
{
"name": "dangerousnanthy",
"version": "1.0.0",
"description": "Explore the adventures of nanthy as he goes through ten levels of adventures with guns, fire, jetpacks, enemies and more!",
"main": "package/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-remote": "http://localhost:5000",
"window": {
"icon": "./icon.png",
"toolbar": true,
"frame": true,
"width": 973,
"height": 666,
"position": "center",
"min_width": 605,
"min_height": 414
},
"repository": {
"type": "git",
"url": "git+https://github.com/ananthamapod/DangerousNanthy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ananthamapod/DangerousNanthy/issues"
},
"homepage": "https://github.com/ananthamapod/DangerousNanthy#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^5.0.0",
"gulp-pug": "^3.1.0",
"gulp-uglify": "^2.0.0",
"jstransformer-clean-css": "^1.1.2",
"phaser": "^2.6.2",
"pump": "^1.0.1"
}
}