forked from teknicus/Road-Condition-Monitoring-Network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "road-condition-monitoring-network",
"version": "1.0.0",
"description": "A network of sensor nodes to monitor road condition and provide an end-to-end integrated solution for Road Condition Monitoring.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teknicus/Road-Condition-Monitoring-Network.git"
},
"keywords": [
"road",
"condition",
"monitoring",
"imu",
"sensor",
"mpu6050",
"arduino",
"raspberry",
"pi",
"smart",
"system",
"hackathon"
],
"author": "The Project Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/teknicus/Road-Condition-Monitoring-Network/issues"
},
"homepage": "https://github.com/teknicus/Road-Condition-Monitoring-Network#readme",
"dependencies": {
"body-parser": "^1.18.3",
"convert-csv-to-array": "^1.0.3",
"express": "^4.16.4",
"http": "0.0.0",
"method-override": "^3.0.0",
"mongodb": "^3.1.13",
"mongoose": "^5.4.19",
"mqtt": "^2.18.8",
"path": "^0.12.7",
"socket.io": "^2.2.0"
}
}