-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
40
41
42
43
44
{
"name": "dfm-processor",
"version": "2.1.0",
"description": "Requests and file processor for DFM",
"main": "index.js",
"scripts": {
"install": "node ./scripts/install.js",
"install:service": "node ./scripts/install-service.js",
"uninstall:service": "node ./scripts/uninstall-service.js",
"params-docs": "node ./scripts/params-docs.js",
"build-svg": "node ./scripts/build-svg.js",
"test-dfm": "node ./scripts/test-dfm-http.js",
"test-dfm-quick": "node ./scripts/test-dfm-http.js -qr",
"test-dfm-v1": "node ./scripts/test-dfm.js -v1",
"start": "node ./bin/www",
"mon": "nodemon ./bin/www"
},
"author": "Matthijs Alles - Bixie",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"chokidar": "^3.3.1",
"d3": "^5.16.0",
"express": "^4.16.3",
"js-excel-date-convert": "^1.0.2",
"jsdom": "^16.3.0",
"jszip": "^3.3.0",
"knex": "^0.21.1",
"lodash": "^4.17.19",
"moment": "^2.22.2",
"morgan": "^1.10.0",
"papaparse": "^5.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.2",
"sqlite3": "^5.0.2",
"tough-cookie": "^2.4.3",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}