forked from EddyVerbruggen/nativescript-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 960 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": "nativescript-i18n",
"version": "0.4.1",
"description": "An i18n nativescript plugin using native standards",
"main": "i18n",
"nativescript": {
"platforms": {
"android": "3.1.1",
"ios": "3.1.0"
},
"hooks": [
{
"type": "before-prepare",
"script": "lib/before-prepare.js",
"inject": true
}
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js"
},
"keywords": [
"nativescript",
"i18n"
],
"author": "Eddy Verbruggen",
"license": "MIT",
"repository": "EddyVerbruggen/nativescript-i18n",
"dependencies": {
"format": "^0.2.2",
"globals": "^9.17.0",
"nativescript-hook": "~0.2.5",
"plist": "^2.1.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"tns-core-modules": "^6.0.0",
"tns-platform-declarations": "^6.0.0"
}
}