2015-02-25 16:49:37 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-network-information",
|
2020-06-11 02:39:30 +08:00
|
|
|
"version": "3.0.0-dev",
|
2015-02-25 16:49:37 +08:00
|
|
|
"description": "Cordova Network Information Plugin",
|
2017-01-19 21:10:44 +08:00
|
|
|
"types": "./types/index.d.ts",
|
2015-02-25 16:49:37 +08:00
|
|
|
"cordova": {
|
2015-04-02 07:38:16 +08:00
|
|
|
"id": "cordova-plugin-network-information",
|
2015-02-25 16:49:37 +08:00
|
|
|
"platforms": [
|
|
|
|
"android",
|
|
|
|
"ios",
|
|
|
|
"windows",
|
|
|
|
"browser"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-06-18 05:14:41 +08:00
|
|
|
"url": "https://github.com/apache/cordova-plugin-network-information"
|
2015-02-25 16:49:37 +08:00
|
|
|
},
|
2017-05-25 18:50:52 +08:00
|
|
|
"bugs": {
|
2019-06-19 18:38:09 +08:00
|
|
|
"url": "https://github.com/apache/cordova-plugin-network-information/issues"
|
2017-05-25 18:50:52 +08:00
|
|
|
},
|
2015-02-25 16:49:37 +08:00
|
|
|
"keywords": [
|
|
|
|
"cordova",
|
|
|
|
"network",
|
|
|
|
"information",
|
|
|
|
"ecosystem:cordova",
|
|
|
|
"cordova-android",
|
|
|
|
"cordova-ios",
|
|
|
|
"cordova-windows",
|
|
|
|
"cordova-browser"
|
|
|
|
],
|
2016-03-01 15:11:09 +08:00
|
|
|
"scripts": {
|
2020-06-08 23:44:54 +08:00
|
|
|
"test": "npm run lint",
|
|
|
|
"lint": "eslint ."
|
2016-03-01 15:11:09 +08:00
|
|
|
},
|
2015-02-25 16:49:37 +08:00
|
|
|
"author": "Apache Software Foundation",
|
2016-03-01 15:11:09 +08:00
|
|
|
"license": "Apache-2.0",
|
2016-08-31 22:36:18 +08:00
|
|
|
"engines": {
|
|
|
|
"cordovaDependencies": {
|
2017-12-27 23:50:05 +08:00
|
|
|
"3.0.0": {
|
2020-06-11 02:39:30 +08:00
|
|
|
"cordova": ">=9"
|
|
|
|
},
|
|
|
|
"4.0.0": {
|
2016-08-31 22:36:18 +08:00
|
|
|
"cordova": ">100"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2016-03-01 15:11:09 +08:00
|
|
|
"devDependencies": {
|
2020-06-08 23:44:54 +08:00
|
|
|
"@cordova/eslint-config": "^3.0.0"
|
2016-03-01 15:11:09 +08:00
|
|
|
}
|
2015-02-25 16:49:37 +08:00
|
|
|
}
|