nwjs-j5-fix
Version:
Some magic to make Johnny-Five and NW.js work together.
36 lines (35 loc) • 769 B
JSON
{
"name": "nwjs-j5-fix",
"version": "1.0.6",
"description": "Some magic to make Johnny-Five and NW.js work together.",
"main": "nwjs-j5-fix.js",
"scripts": {
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/djipco/nwjs-j5-fix.git"
},
"keywords": [
"nw.js",
"j5",
"johnny-five"
],
"author": {
"name": "Rick Waldron <waldron.rick@gmail.com>",
"email": "waldron.rick@gmail.com"
},
"contributors": [
"Jean-Philippe Côté <jp@djip.co>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/djipco/nwjs-j5-fix/issues"
},
"homepage": "https://github.com/djipco/nwjs-j5-fix",
"files": [
"./nwjs-j5-fix.js",
"./package.json",
"./README.md"
]
}