mirror of
https://github.com/zyphlar/doorlock.git
synced 2024-04-03 21:36:03 +00:00
36 lines
772 B
JSON
36 lines
772 B
JSON
{
|
|
"name": "doorlock",
|
|
"version": "0.1.0",
|
|
"main": "doorlock.js",
|
|
"scripts": {
|
|
"start": "forever start src/server.js",
|
|
"test": "jest",
|
|
"watch": "nodemon src/server.js",
|
|
"watch-test": "npm test -- --watch"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.18.0",
|
|
"body-parser": "1.18.3",
|
|
"chalk": "2.3.1",
|
|
"dotenv": "5.0.1",
|
|
"easy-usb-relay": "0.0.4",
|
|
"express": "4.16.3",
|
|
"helmet": "3.12.1",
|
|
"moment": "2.22.2",
|
|
"node-hid": "0.7.3",
|
|
"pug": "2.0.3",
|
|
"serialport": "6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "8.2.2",
|
|
"eslint": "4.19.1",
|
|
"eslint-plugin-react": "7.7.0",
|
|
"forever": "0.15.3",
|
|
"jest": "22.4.2",
|
|
"nodemon": "1.18.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "*"
|
|
}
|
|
}
|