-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 811 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 811 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
{
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-background-http"
},
"name": "nativescript-background-http",
"version": "2.5.1",
"nativescript": {
"platforms": {
"ios": "2.5.0",
"android": "2.5.0"
}
},
"main": "background-http",
"homepage": "http://nativescript.github.io/nativescript-background-http/",
"url": "https://github.com/NativeScript/nativescript-background-http/issues",
"license": "Apache-2.0",
"keywords": [
"background",
"http",
"upload",
"download",
"NativeScript"
],
"dependencies": {
"tns-core-modules": "^2.5.0"
},
"devDependencies": {
"tns-platform-declarations": "^2.5.0",
"typescript": "^2.0.3"
},
"scripts": {
"tsc": "tsc",
"prepublish": "tsc"
}
}