-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspringroll-template.json
More file actions
33 lines (33 loc) · 920 Bytes
/
springroll-template.json
File metadata and controls
33 lines (33 loc) · 920 Bytes
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
{
"name" : "Platypus",
"id" : "com.gopherwoodstudios.platypus",
"version" : "0.11.2",
"github": "Gopherwood/PlatypusSpringRollTemplate",
"rename" : {
"gitignore" : ".gitignore",
"bowerrc" : ".bowerrc",
"project.md": "README.md",
"bower": "bower.json"
},
"extend": "io.springroll.default",
"required": ["core", "platypus", "states", "sound"],
"modules": [{
"id": "platypus",
"name": "Platypus Game Engine",
"description": "An HTML5 2D tile-based game framework.",
"main": [
"node_modules/pixi.js/dist/pixi.min.js",
"components/springroll/dist/modules/pixi-display.min.js",
"components/springroll-platypus/lib/platypus.min.js"
],
"mainDebug": [
"node_modules/pixi.js/dist/pixi.js",
"components/springroll/dist/modules/pixi-display.js",
"components/springroll-platypus/lib/platypus.combined.js"
],
"bower": {
"springroll-platypus": "~0.11"
},
"default": true
}]
}