chromebots
Version:
chromebots specific APIs in browsers or node-ified
26 lines (25 loc) • 622 B
JSON
{
"name": "chromebots",
"version": "0.1.1",
"description": "chromebots specific APIs in browsers or node-ified",
"main": "index.js",
"browser": "./browser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monteslu/chromebots-npm.git"
},
"keywords": [
"chromebots",
"johnny-five",
"nodebots"
],
"author": "Luis Montes",
"license": "ISC",
"bugs": {
"url": "https://github.com/monteslu/chromebots-npm/issues"
},
"homepage": "https://github.com/monteslu/chromebots-npm#readme"
}