You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/flasher/package.json

23 lines
366 B

{
"name": "flasher",
"version": "1.0.0",
"description": "QMK flashing utility",
"main": "index.js",
"author": {
"name": "Louis Orleans"
},
"license": "MIT",
"private": true,
"engines": {
"node": ">=8.0.0"
},
"os": [
"!win32"
],
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"inquirer": "^3.2.3"
}
}