forked from azerion/phaser-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 926 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
{
"name": "phaser-input",
"author": "OrangeGames",
"version": "1.1.3",
"description": "Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.",
"contributors": [
{
"name": "Ale Bles",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:orange-games/phaser-input.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/orange-games/phaser-input/raw/master/LICENSE"
}
],
"devDependencies": {
"grunt": "0.4.x",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-typescript": "0.8.0",
"phaser": "2.4.6",
"phaser-nineslice": "^1.0.0",
"typescript": "1.8.x"
},
"engines": {
"node": "5.x.x"
}
}