forked from VolodymyrTymets/express-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 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
{
"name": "spark-horizon-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "./node_modules/.bin/gulp run:dev",
"mongo": "./node_modules/.bin/gulp mongo",
"lint": "eslint ./src "
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.0",
"express": "~4.15.5",
"express-jwt": "^5.3.0",
"http": "0.0.0",
"jade": "~1.11.0",
"jsonfile": "^4.0.0",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.5",
"mongoose": "^5.0.4",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.5.0",
"rest-api-errors": "^1.2.1",
"swagger": "^0.7.5",
"swagger-merger": "^1.4.3",
"swagger-ui-express": "^4.0.1",
"winston": "^2.4.0",
"winston-mongodb": "^4.0.0-rc1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-plugin-node": "^6.0.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-util": "^3.0.8",
"swagger-editor": "^3.6.10"
},
"engines": {
"node": ">=9.0.0"
}
}