-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 642 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 642 Bytes
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
{
"name": "nativescript-app-encryption",
"version": "0.3.1",
"main": "app-protection.js",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-app-encryption.git"
},
"license": "Telerik",
"nativescript": {
"platforms": {
"ios": "1.4.0",
"android": "1.0.0"
}
},
"scripts": {
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js"
},
"nativescript": {
"hooks": [{
"type": "after-prepare",
"script": "hooks/after-prepare.js",
"inject": true
}]
},
"dependencies": {
"nativescript-hook": "^0.2.1"
}
}