forked from caldenrodrigues/DisTrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 845 Bytes
/
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
{
"name": "distrack",
"version": "1.0.0",
"description": "A machine to machine automated system, designed to provide to the needs of people in disasters.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caldenrodrigues/DisTrack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/caldenrodrigues/DisTrack/issues"
},
"homepage": "https://github.com/caldenrodrigues/DisTrack#readme",
"dependencies": {
"biguint-format": "^1.0.1",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"hbs": "^4.0.1",
"mysql": "^2.16.0",
"nodemon": "^1.18.9",
"socket.io": "^2.2.0",
"truffle": "^5.0.3",
"web3": "^0.20.6"
}
}