-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "raspberry-dashboard",
"version": "1.0.0",
"description": "A script to generate beautiful statistics about my Raspberry Pi's status",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CaedenPH/raspberry-dashboard.git"
},
"author": "CaedenPH",
"license": "ISC",
"bugs": {
"url": "https://github.com/CaedenPH/raspberry-dashboard/issues"
},
"homepage": "https://github.com/CaedenPH/raspberry-dashboard#readme",
"dependencies": {
"autosize": "^5.0.1",
"babel": "^6.23.0",
"browserify": "^17.0.0",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.6",
"express": "^4.17.3",
"fiddle": "^0.0.1",
"gulp": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"markdown-it": "^12.3.2",
"network-speed": "^2.1.1",
"node-console": "^0.3.36",
"node-cron": "^3.0.0",
"node-fetch": "^3.2.3",
"nodemon": "^2.0.15",
"pg": "^8.7.3",
"react": "^17.0.2"
}
}