-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 947 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "minercharts",
"version": "0.0.0",
"description": "WebUI for the Data-Miner of SubCat",
"private": true,
"scripts": {
"start": "supervisor --harmony ./bin/www"
},
"repository": {
"type": "git",
"url": "[email protected]:podsi/minercharts.git"
},
"keywords": [
"data",
"mining",
"miner",
"charts"
],
"author": "podsi",
"license": "ISC",
"bugs": {
"url": "https://github.com/podsi/minercharts/issues"
},
"homepage": "https://github.com/podsi/minercharts",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.5",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.12.1",
"handlebars": "^4.0.5",
"hbs": "~3.1.0",
"key-del": "^1.2.2",
"lodash": "^3.10.1",
"morgan": "~1.6.1",
"nconf": "^0.8.2",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.4"
}
}