forked from ada-lovecraft/generator-phaser-official
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1 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
44
45
46
47
48
49
50
51
{
"name": "generator-phaser-official",
"version": "0.0.10",
"description": "Yeoman Generator for the Phaser Game framework. Includes state and prefab generators",
"license": "MIT",
"main": "app/index.js",
"repository": "codevinsky/generator-phaser-official",
"keywords": [
"HTML5",
"game",
"canvas",
"2d",
"WebGL",
"web audio",
"physics",
"tweens",
"javascript",
"typescript",
"yeoman-generator"
],
"author": {
"name": "Jeremy Dowell",
"email": "[email protected]",
"url": "https://github.com/codevinsky"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app",
"state",
"prefab"
],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"mocha": "*",
"grunt-html-build": "~0.3.2",
"lodash": "~2.4.1",
"underscore": "~1.6.0",
"underscore.string": "~2.3.3"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}