forked from CodeverDotDev/codever
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 922 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 922 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
34
35
36
37
{
"name": "bookmarks-api",
"version": "6.4.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "nodemon --inspect ./bin/www",
"integration-tests": "nyc mocha '**/*.spec.js' --exit"
},
"dependencies": {
"body-parser": "^1.18.3",
"cheerio": "latest",
"cookie-parser": "~1.4.3",
"debug": "^4.1.0",
"escape-string-regexp": "^1.0.5",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"http-status-codes": "^1.3.0",
"keycloak-connect": "6.0.1",
"mongoose": "^5.4.19",
"morgan": "^1.9.1",
"request": "latest",
"rotating-file-stream": "^1.3.2",
"serve-favicon": "^2.5.0",
"showdown": "^1.6.4",
"superagent": "^4.1.0",
"swagger-ui-express": "^4.0.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nodemon": "^1.18.7",
"nyc": "^14.1.1",
"supertest": "^3.4.1"
}
}