-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "contrust",
"version": "1.0.0",
"description": "Contrust is a open source project created to enhance digital construction auditability. It could be used to any kind of IoT system, mainly that related to construction.",
"main": "index.js",
"scripts": {
"start": "pm2 startOrReload ecosystem.json --update-env && npm run logs",
"logs": "pm2 logs",
"kill": "pm2 flush && pm2 kill",
"flush": "pm2 flush"
},
"keywords": [
"blockchain",
"contrust",
"nuxtjs"
],
"author": "Somenzi Brothers",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"pm2": "^3.2.2",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"eslint": "^5.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Caumaker/Contrust.git"
},
"bugs": {
"url": "https://github.com/Caumaker/Contrust/issues"
},
"homepage": "https://github.com/Caumaker/Contrust#readme"
}