-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1002 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
{
"name": "@azerion/phaser-i18next",
"author": "Azerion",
"version": "1.0.3",
"description": "Phaser plugin for translations using i18next.",
"contributors": [
{
"name": "Ale Bles",
"email": "a.bles@azerion.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:azerion/phaser-i18next.git"
},
"license": [
{
"type": "MIT",
"url": "https://github.com/azerion/phaser-i18next/raw/master/LICENSE"
}
],
"config": {
"name": "phaser-i18next"
},
"devDependencies": {
"@azerion/phaser-nineslice": "^2.0.1",
"@types/i18next": "^2.3.35",
"grunt": "1.0.x",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ts": "^6.0.0-beta.11",
"phaser": "2.6.2",
"typescript": "2.1.x"
},
"dependencies": {
"i18next": "^8.4.3"
}
}