doorlock/package.json
Dana Woodman a076724f83 Start fleshing out card update code.
- Use node config,
- Add logger
2018-03-03 13:59:07 -08:00

31 lines
626 B
JSON

{
"name": "doorlock",
"version": "0.1.0",
"main": "src/boot.js",
"scripts": {
"start": "t2 run src/boot.js",
"test": "jest",
"watch-test": "npm test -- --watch"
},
"dependencies": {
"axios": "0.17.1",
"chalk": "2.3.1",
"config": "1.30.0",
"consolidate": "0.15.0",
"eslint": "4.17.0",
"express": "4.16.2",
"node-hid": "0.7.2",
"pug": "2.0.0-rc.4",
"serialport": "6.0.5",
"tessel": "0.3.25"
},
"devDependencies": {
"babel-eslint": "8.2.2",
"eslint-plugin-react": "7.7.0",
"jest": "22.4.2"
},
"optionalDependencies": {
"fsevents": "*"
}
}