| { |
| "name": "cordova-plugin-battery-status", |
| "version": "2.0.3", |
| "description": "Cordova Battery Plugin", |
| "types": "./types/index.d.ts", |
| "cordova": { |
| "id": "cordova-plugin-battery-status", |
| "platforms": [ |
| "android", |
| "ios", |
| "browser", |
| "windows" |
| ] |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/apache/cordova-plugin-battery-status" |
| }, |
| "bugs": { |
| "url": "https://issues.apache.org/jira/browse/CB" |
| }, |
| "keywords": [ |
| "cordova", |
| "battery", |
| "ecosystem:cordova", |
| "cordova-android", |
| "cordova-ios" |
| ], |
| "scripts": { |
| "test": "npm run eslint", |
| "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests" |
| }, |
| "author": "Apache Software Foundation", |
| "license": "Apache-2.0", |
| "engines": { |
| "cordovaDependencies": { |
| "3.0.0": { |
| "cordova": ">100" |
| } |
| } |
| }, |
| "devDependencies": { |
| "eslint": "^3.19.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", |
| "jshint": "^2.6.0" |
| } |
| } |