-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "phaser-shim",
"version": "2.4.8",
"description": "A shim to make Phaser HTML5 game engine from NPM work with Webpack, and build properly.",
"author": "Amo Wu <amo260@gmail.com> (https://github.com/amowu)",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://amowu@github.com/amowu/phaser-shim.git"
},
"scripts": {
"build": "cd node_modules/phaser && npm install && grunt custom --exclude p2,creature,ninja --split true",
"postbuild": "gulp build",
"prepublish": "npm run build"
},
"keywords": [
"2d",
"HTML5",
"WebGL",
"canvas",
"game",
"javascript",
"physics",
"tweens",
"typescript",
"web audio",
"es6",
"es2015",
"webpack",
"babel"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-git": "^0.3.3",
"grunt-jsdoc": "~0.6.2-beta",
"grunt-notify": "^0.3.0",
"grunt-text-replace": "^0.3.11",
"gulp": "^3.9.1",
"load-grunt-config": "~0.7.2",
"phaser": "^2.4.7"
}
}