mirror of
https://github.com/zyphlar/doorlock.git
synced 2024-04-03 21:36:03 +00:00
a66f602dc4
Other cleanup and docs.
28 lines
553 B
JSON
28 lines
553 B
JSON
{
|
|
"name": "doorlock",
|
|
"version": "0.1.0",
|
|
"main": "src/boot.js",
|
|
"scripts": {
|
|
"deploy": "t2 run src/boot.js",
|
|
"start": "node src/boot.js",
|
|
"test": "jest",
|
|
"watch-test": "npm test -- --watch"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.18.0",
|
|
"chalk": "2.3.1",
|
|
"dotenv": "5.0.1",
|
|
"eslint": "4.17.0",
|
|
"node-hid": "0.5.4",
|
|
"tessel": "0.3.25"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "8.2.2",
|
|
"eslint-plugin-react": "7.7.0",
|
|
"jest": "22.4.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "*"
|
|
}
|
|
}
|