-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 826 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": "power-monitor",
"version": "1.0.0",
"description": "A low-cost solution to monitor power",
"main": "server.js",
"dependencies": {
"date-fns": "^1.29.0",
"express": "^4.16.2",
"express-static": "^1.2.5",
"moment": "^2.22.1",
"mysql": "^2.15.0",
"socket.io": "^2.1.0",
"socket.io-client": "^2.0.4",
"socketio": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathanbraga/power-monitor.git"
},
"author": "Jonathan Braga",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonathanbraga/power-monitor/issues"
},
"homepage": "https://github.com/jonathanbraga/power-monitor#readme"
}