-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 951 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 951 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
37
38
39
40
{
"name": "cordova-background-upload",
"version": "1.0.2",
"description": "Js library to upload files on web and via cordova on mobile",
"main": "dist/cordova-background-upload.js",
"scripts": {
"prepublish": "webpack --debug; webpack -p"
},
"keywords": [
"cordova",
"upload"
],
"author": "Mevin Dhunnooa",
"contributors": [
{
"name": "Luc Boissaye",
"email": "[email protected]",
"url": "https://github.com/ombr",
"hireable": true
}
],
"license": "MIT",
"devDependencies": {
"@types/cordova-plugin-file": "0.0.3",
"@types/node": "^7.0.12",
"@types/superagent": "^2.0.36",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"ts-loader": "1.3.0",
"tslint": "^3.5.0",
"tslint-loader": "^2.1.0",
"typescript": "^2.0.9",
"webpack": "^1.12.14",
"yargs": "^4.2.0"
},
"dependencies": {
"superagent": "^3.5.2",
"superagent-throttle": "^0.2.4"
}
}