-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 871 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 871 Bytes
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
{
"name": "makedash",
"version": "1.0.0",
"description": "",
"main": "makedash.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -e tmpl,js,css,yaml,php -i dashboard -i database makedash.js",
"start": "node --max-old-space-size=8192 makedash.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"csv-stringify": "^2.0.4",
"folder-hash": "^1.1.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
"js-yaml": "^3.8.4",
"moment": "^2.18.1",
"mongo-trigger": "^0.1.5",
"mongodb": "^2.2.29",
"mu2": "^0.5.21",
"object.entries": "^1.0.4",
"object.values": "^1.0.4",
"plugin-system": "^0.2.1",
"request": "^2.81.0",
"sqlite3": "^3.1.9",
"stacktrace-js": "^2.0.0",
"stacktrace-parser": "^0.1.4",
"word-wrap": "^1.2.3"
}
}