| { |
| "name": "cordova-plugin-battery-status", |
| "version": "1.1.2", |
| "description": "Cordova Battery Plugin", |
| "cordova": { |
| "id": "cordova-plugin-battery-status", |
| "platforms": [ |
| "android", |
| "amazon-fireos", |
| "ubuntu", |
| "ios", |
| "blackberry10", |
| "wp7", |
| "wp8", |
| "tizen", |
| "firefoxos" |
| ] |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/apache/cordova-plugin-battery-status" |
| }, |
| "keywords": [ |
| "cordova", |
| "battery", |
| "ecosystem:cordova", |
| "cordova-android", |
| "cordova-amazon-fireos", |
| "cordova-ubuntu", |
| "cordova-ios", |
| "cordova-blackberry10", |
| "cordova-wp7", |
| "cordova-wp8", |
| "cordova-tizen", |
| "cordova-firefoxos" |
| ], |
| "scripts": { |
| "test": "npm run jshint", |
| "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests" |
| }, |
| "author": "Apache Software Foundation", |
| "license": "Apache-2.0", |
| "devDependencies": { |
| "jshint": "^2.6.0" |
| } |
| } |