macmini/switcher/package.json

26 lines
564 B
JSON
Raw Permalink Normal View History

2019-06-09 17:39:04 +00:00
{
"name": "mm-switcher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:gpio": "node gpio-reader.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2019-10-11 11:25:05 +00:00
"express": "^4.16.3",
"node-fetch": "^2.6.0",
"orange-pi-gpio": "^1.0.2"
2019-06-09 17:39:04 +00:00
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
}
2019-10-11 11:25:05 +00:00
}