2015-02-25 16:49:37 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-network-information",
|
2017-12-28 08:13:50 +08:00
|
|
|
"version": "2.0.2-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": {
|
|
|
|
"url": "https://issues.apache.org/jira/browse/CB"
|
|
|
|
},
|
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": {
|
2017-06-13 02:15:35 +08:00
|
|
|
"test": "npm run eslint",
|
|
|
|
"eslint": "eslint www && eslint src && eslint tests"
|
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": {
|
2016-08-31 22:36:18 +08:00
|
|
|
"cordova": ">100"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2016-03-01 15:11:09 +08:00
|
|
|
"devDependencies": {
|
2017-06-13 02:15:35 +08:00
|
|
|
"eslint": "^4.0.0",
|
|
|
|
"eslint-config-semistandard": "^11.0.0",
|
|
|
|
"eslint-config-standard": "^10.2.1",
|
|
|
|
"eslint-plugin-import": "^2.3.0",
|
|
|
|
"eslint-plugin-node": "^5.0.0",
|
|
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
|
|
"eslint-plugin-standard": "^3.0.1"
|
2016-03-01 15:11:09 +08:00
|
|
|
}
|
2015-02-25 16:49:37 +08:00
|
|
|
}
|