UNPKG

wifirm

Version:

Upload new firmware onto Boards with WiFiMCU-Compatible bootloaders.

41 lines (40 loc) 945 B
{ "name": "wifirm", "version": "1.0.1-5", "description": "Upload new firmware onto Boards with WiFiMCU-Compatible bootloaders.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lschuermann/wifirm.git" }, "keywords": [ "upload", "firmware", "ymodem", "wifimcu" ], "author": "lschuermann", "license": "Apache-2.0", "bugs": { "url": "https://github.com/lschuermann/wifirm/issues" }, "homepage": "https://github.com/lschuermann/wifirm#readme", "dependencies": { "async": "^2.0.0-rc.5", "commander": "^2.9.0", "particle-ymodem": "^1.0.0", "progressbar": "^1.1.1", "serialport": "^3.1.2-beta1" }, "bin": { "wifirm": "index.js" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-preset-es2015": "^6.14.0" } }