-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
43 lines (43 loc) · 986 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": "@azerion/phaser-spine",
"author": "Azerion",
"version": "3.0.10",
"description": "Spine plugin for Phaser.io!",
"contributors": [
{
"name": "Ale Bles",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:azerion/phaser-spine.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/azerion/phaser-spine/master/LICENSE"
}
],
"bugs": [
{
"url": "https://github.com/azerion/phaser-spine/issues"
}
],
"config": {
"name": "phaser-spine"
},
"devDependencies": {
"grunt": "1.0.x",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "1.0.x",
"grunt-contrib-concat": "1.0.x",
"grunt-contrib-connect": "1.0.x",
"grunt-contrib-uglify": "2.0.x",
"grunt-contrib-watch": "1.0.x",
"grunt-ts": "^6.0.0-beta.3",
"phaser": "2.6.2",
"typescript": "2.1.x"
},
"typings": "./config/typings.json"
}