-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 832 Bytes
/
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": "generator-pixijs",
"version": "1.0.3",
"description": "Yeoman Pixi.js generator",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/garfty/pixijs-generator"
},
"author": {
"name": "Gareth Parker",
"email": "[email protected]",
"url": "https://github.com/garfty"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"pixi-js",
"games",
"pixi",
"html5",
"webgl",
"gamedev"
],
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^3.10.0",
"mkdirp": "^0.5.1",
"slugify": "^0.1.1",
"underscore.string": "^3.1.0",
"yeoman-generator": "^0.19.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"mocha": "*"
}
}