-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 922 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
36
{
"name": "cordova-network-interceptor",
"version": "1.0.1",
"description": "network interceptor for cordova app that will fix all protocol relative url requests to use https",
"main": "dist/index.js",
"scripts": {
"build": "./node_modules/.bin/tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/regevbr/cordova-network-interceptor.git"
},
"keywords": [
"cordova",
"interceptor",
"file",
"plugin",
"network",
"protocol",
"relative",
"request",
"javascript"
],
"author": "Regev Brody <regevbr@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/regevbr/cordova-network-interceptor/issues"
},
"homepage": "https://github.com/regevbr/cordova-network-interceptor#readme",
"devDependencies": {
"@types/node": "^10.3.2",
"ts-node": "^6.1.0",
"typescript": "^2.9.1"
},
"dependencies": {}
}