-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "iot-kitty-litter-box",
"version": "1.0.0",
"description": "Welcome to to world of IoT (Internet of Toilets 🚽). This is the code you will need to setup your very own internet connect kitty litter box!",
"bugs": {
"url": "https://github.com/JoeKarlsson/iot-kitty-litter-box/issues"
},
"homepage": "https://github.com/JoeKarlsson/iot-kitty-litter-box",
"repository": {
"type": "git",
"url": "https://github.com/JoeKarlsson/iot-kitty-litter-box"
},
"keywords": [
"express",
"webpack",
"node",
"kitty",
"cat",
"IoT",
"Internet of Things",
"MongoDB",
"Data Visualization"
],
"main": "app.js",
"scripts": {
"start": "sudo node src/app.js",
"start:dev": "sudo nodemon src/app.js",
"setup": "python hx711py/setup.py install",
"stop:node": "killall -s KILL node",
"stop:python": "sudo killall -s KILL python",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src && npm run lint:md",
"lint:fix": "eslint src --fix",
"lint:out": "npm run lint -- -f checkstyle -o coverage/checkstyle.xml",
"lint:md": "remark .",
"highlight": "highlight -O rtf test.js | pbcopy"
},
"author": "Joe Karlsson<joekarlsson1@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"http": "0.0.0",
"johnny-five": "^1.3.0",
"raspi-io": "^10.0.2",
"serialport": "^7.1.5"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"prettier": "^1.18.2",
"remark": "^11.0.1"
}
}