-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 848 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
31
32
33
34
35
36
{
"name": "nativescript-angular-webview-crypto",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/saulshanabrook/nativescript-webview-crypto.git"
},
"description": "window.crypto for Angular2 in NativeScript via a WebView ",
"scripts": {
"prepublish": "rm index.js && tsc || true"
},
"main": "index.js",
"files": [
"index.d.ts",
"index.js",
"index.js.map",
"README.md",
"index.ts"
],
"author": "Saul Shanabrook",
"license": "MIT",
"nativescript": {},
"dependencies": {
"nativescript-webview-crypto": "0.1.5"
},
"peerDependencies": {
"tns-core-modules": "*",
"nativescript-angular": "*"
},
"devDependencies": {
"nativescript-angular": "1.2.0",
"tns-core-modules": "2.4.0",
"typescript": "2.0.10",
"zone.js": "^0.6.26"
}
}