particle-firmware-update-js
Version:
Particle module for node js that listen for online devices and pushes a firmware to that device.
34 lines (33 loc) • 891 B
JSON
{
"name": "particle-firmware-update-js",
"version": "2.1.3",
"description": "Particle module for node js that listen for online devices and pushes a firmware to that device.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maleficarum/particle-firmeware-update-js.git"
},
"keywords": [
"Particle",
"Photon",
"Arduino",
"cloud",
"nodejs"
],
"author": "Oscar I. Hernandez V.",
"license": "ISC",
"bugs": {
"url": "https://github.com/maleficarum/particle-firmeware-update-js/issues"
},
"homepage": "https://github.com/maleficarum/particle-firmeware-update-js#readme",
"dependencies": {
"bunyan": "^1.8.10",
"md5-file": "^3.1.1",
"minimist": "^1.2.0",
"nedb": "^1.8.0",
"particle-api-js": "6.0.2"
}
}