forked from azerion/phaser-amazon-cognito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "phaser-amazon-cognito",
"author": "OrangeGames",
"version": "0.0.1",
"description": "A Phaser plugin that adds User Login/Sync support trough Amazon Cognito Identity/Syn",
"contributors": [
{
"name": "Ale Bles",
"email": "[email protected]"
},{
"name": "Floris de haan",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:orange-games/phaser-amazon-cognito.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/orange-games/phaser-amazon-cognito/raw/master/LICENSE"
}
],
"devDependencies": {
"@types/aws-sdk": "0.0.42",
"@types/es6-promise": "0.0.32",
"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-ts": "^6.0.0-beta.3",
"grunt-tslint": "^3.3.0",
"json-loader": "^0.5.4",
"phaser": "2.6.2",
"tslint": "^3.15.1",
"typescript": "2.0.x"
},
"engines": {
"node": "5.x.x"
},
"dependencies": {
}
}