-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.23 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
{
"name": "cordova-plugin-archive-zip",
"version": "2.0.0",
"description": "Cordova Zip archive plugin with multipart support",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-archive-zip",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/kitolog/cordova-plugin-zip-archive"
},
"bugs": {
"url": "https://github.com/kitolog/cordova-plugin-zip-archive"
},
"keywords": [
"cordova",
"zip",
"archive",
"multipart",
"ios zip",
"android zip",
"cordova zip",
"android archive",
"ios archive",
"cordova archive",
"cordova-android",
"cordova-ios"
],
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
},
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=3.6.0"
},
"4.0.0": {
"cordova-android": ">=3.6.0"
},
"6.0.0": {
"cordova": ">100"
}
}
},
"author": "kitolog",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"jshint": "^2.6.0"
}
}