-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 965 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
{
"name": "cordova-plugin-android-downloadmanager",
"version": "1.0.0",
"description": "Plugin to expose Android's DownloadManager in Javascript",
"main": "www/index.js",
"dependencies": {
"nanoassert": "^1.1.0"
},
"devDependencies": {
"sync-cordova-xml": "^0.3.0"
},
"scripts": {
"version": "sync-cordova-xml package.json plugin.xml --output plugin.xml && git add plugin.xml"
},
"cordova": {
"id": "cordova-plugin-android-downloadmanager",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/emilbayes/cordova-plugin-android-downloadmanager.git"
},
"keywords": [
"cordova",
"android"
],
"author": "Emil Bay <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emilbayes/cordova-plugin-android-downloadmanager/issues"
},
"homepage": "https://github.com/emilbayes/cordova-plugin-android-downloadmanager#readme"
}