UNPKG

browser-battery

Version:

Get and watch battery information in a browser

33 lines (32 loc) 641 B
{ "name": "browser-battery", "version": "2.0.0", "description": "Get and watch battery information in a browser", "license": "MIT", "repository": "gillstrom/browser-battery", "author": { "name": "Andreas Gillström", "email": "andreasgillstrom@gmail.com", "url": "github.com/gillstrom" }, "engines": { "node": ">=0.10.0" }, "scripts": { "build": "browserify example/index.js -o example/build.js -dv" }, "files": [ "index.js" ], "keywords": [ "battery", "browser", "charge", "charging", "level", "watch" ], "devDependencies": { "browserify": "^12.0.1" } }