-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 847 Bytes
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
{
"name": "sitdown",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run bus | npm run server | npm run seat",
"server": "node index.js",
"bus": "node ./src/bus.js",
"seat": "./init_seat.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sugarbrain/sitdown.git"
},
"keywords": [
"Mobility",
"Bus",
"Public",
"transport",
"UFPE"
],
"author": "Antonio Neto, Eduardo Moura and Vinicius Giles",
"license": "MIT",
"bugs": {
"url": "https://github.com/sugarbrain/sitdown/issues"
},
"homepage": "https://github.com/sugarbrain/sitdown#readme",
"dependencies": {
"express": "^4.16.4",
"mqtt": "^2.18.8",
"pigpio": "^1.2.0",
"websocket": "^1.0.28"
}
}