-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 990 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
43
{
"name": "debate-parser",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"dev": "nodemon --inspect app.ks"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"bluebird-queue": "^0.0.8",
"body-parser": "~1.15.1",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.2.0",
"dotenv": "^6.2.0",
"eslint": "^4.14.0",
"express": "~4.13.4",
"form-data": "^2.3.3",
"module-alias": "^2.2.0",
"mongodb": "^3.0.1",
"mongoose": "^5.4.19",
"morgan": "~1.7.0",
"multer": "^1.4.1",
"node-pandoc": "^0.3.0",
"request-promise": "^4.2.4",
"serve-favicon": "~2.3.0",
"solr-client": "^0.7.0",
"tmp": "^0.0.33",
"tmp-promise": "^1.0.5",
"uuid": "^3.3.2"
},
"devDependencies": {
"nodemon": "^1.17.3"
},
"_moduleAliases": {
"@card": "components/card",
"@file": "components/file",
"@util": "util"
}
}