-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
64 lines (64 loc) · 1.41 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cordova-plugin-nativeview",
"version": "1.0.12",
"typings": "types",
"types": "types",
"description": "Start or Back to a native screen/page",
"author": {
"name": "Michel Felipe",
"email": "mfelipeof@gmail.com"
},
"cordova": {
"id": "cordova-plugin-nativeview",
"platforms": [
"android",
"ios"
]
},
"engines": {
"cordova": ">=6.0.0",
"cordova-res": ">=0.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mfdeveloper/cordova-plugin-nativeview"
},
"bugs": {
"url": "https://github.com/mfdeveloper/cordova-plugin-nativeview/issues"
},
"keywords": [
"cordova",
"activity",
"back",
"UIViewController",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"license": "MIT",
"devDependencies": {
"@types/cordova": "0.0.34",
"cached-path-relative": ">=1.0.2",
"cryptiles": ">=4.1.2",
"dtslint": "^0.9.1",
"fstream": "^1.0.12",
"hoek": ">=4.2.1",
"lodash": "^4.17.15",
"np": "^3.0.4",
"plugman": "^2.0.0",
"tar": "^4.4.10",
"tunnel-agent": "^0.6.0",
"typescript": "^3.5.3",
"acorn": ">=5.7.4",
"kind-of": ">=6.0.3",
"minimist": ">=1.2.2"
},
"scripts": {
"release": "./node_modules/.bin/np",
"dtslint": "dtslint --localTs node_modules/typescript/lib types"
},
"dependencies": {
"cordova": "^9.0.0",
"gists": "^2.0.0"
}
}