blob: 3de84e33ec256320282d1d27b51918bbb97cfcbc [file] [log] [blame]
{
"name": "cordova-plugin-network-information",
"version": "3.0.0-dev",
"description": "Cordova Network Information Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-network-information",
"platforms": [
"android",
"ios",
"windows",
"browser"
]
},
"repository": "github:apache/cordova-plugin-network-information",
"bugs": "https://github.com/apache/cordova-plugin-network-information/issues",
"keywords": [
"cordova",
"network",
"information",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"cordova-browser"
],
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">=9"
},
"4.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
}
}