-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.23 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.23 KB
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
45
46
47
48
49
50
51
52
{
"name": "thelocalworkflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"columnify": "^1.5.4",
"cookie-parser": "^1.4.3",
"csv-parse": "^2.0.0",
"csv-string": "^3.1.2",
"csvtojson": "^1.1.9",
"d3": "^4.12.2",
"dateformat": "^2.0.0",
"debug": "^2.6.9",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-validator": "^4.3.0",
"fast-xml-parser": "^2.8.2",
"fluent-ffmpeg": "^2.1.2",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"mongoose": "^4.11.4",
"morgan": "^1.8.2",
"passport": "^0.4.0",
"pretty-data": "^0.40.0",
"request": "^2.87.0",
"serve-favicon": "^2.4.4",
"shelljs": "^0.7.8",
"should": "^13.2.0",
"slack": "^8.4.1",
"traverse": "^0.6.6",
"xml": "^1.0.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-plugin-react": "^7.6.1"
}
}