-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "@azerion/phaser-super-storage",
"author": "Azerion",
"version": "1.0.4",
"description": "A cross platform storage plugin for Phaser",
"contributors": [
{
"name": "Ale Bles",
"email": "a.bles@azerion.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:azerion/phaser-super-storage.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/azerion/phaser-super-storage/raw/master/LICENSE"
}
],
"bugs": [
{
"url": "https://github.com/azerion/phaser-super-storage/issues"
}
],
"config": {
"name": "phaser-super-storage"
},
"devDependencies": {
"@types/es6-promise": "0.0.32",
"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",
"grunt-tslint": "^3.3.0",
"phaser": "2.6.2",
"tslint": "^3.15.1",
"typescript": "2.1.x"
}
}