-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 832 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
{
"name": "cordova-plugin-pause-resume-download",
"version": "1.5.1",
"description": "Use the way Pause & Resume to download files for Cordova/PhoneGap",
"main": "www/jsv2/PauseResumeDownload.js",
"keywords": [
"cordova",
"android",
"pause",
"and",
"resume",
"download",
"file",
"files"
],
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www"
},
"repository": {
"type": "git",
"url": "https://github.com/vaenow/cordova-plugin-pause-resume-download"
},
"author": "vaenow",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaenow/cordova-plugin-pause-resume-download/issues"
},
"devDependencies": {
"jshint": "^2.6.0"
},
"homepage": "https://github.com/vaenow/cordova-plugin-pause-resume-download"
}