-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 836 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
{
"name": "nativescript-dev-appconfig",
"version": "1.0.1",
"description": "Load and inject Nativescript app configuration on CLI prepare hook",
"nativescript": {
"hooks": [
{
"type": "before-prepare",
"script": "lib/before-prepare.js",
"inject": true
}
]
},
"repository": {
"type": "git",
"url": "[email protected]:ddfreiling/nativescript-dev-appconfig.git"
},
"scripts": {
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js"
},
"keywords": [
"nativescript",
"hooks",
"hook",
"build",
"config"
],
"author": {
"email": "[email protected]",
"name": "Daniel Freiling"
},
"license": "MIT",
"dependencies": {
"nativescript-hook": "^0.2.4",
"plist": "^3.0.1"
},
"devDependencies": {}
}