-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 839 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
{
"name": "cordova-plugin-networkspeed",
"version": "1.0.3",
"description": "Cordova plugin to get network speed(Android)",
"scripts": {
"release": "standard-version"
},
"cordova": {
"id": "cordova-plugin-networkspeed",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/swayangjit/cordova-plugin-networkspeed.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "Swayangjit",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/swayangjit/cordova-plugin-networkspeed/issues"
},
"homepage": "https://github.com/swayangjit/cordova-plugin-networkspeed#readme",
"devDependencies": {
"standard-version": "^8.0.1"
}
}