-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.64 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.64 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
53
{
"name": "node-course",
"version": "4.0.0",
"description": "Node Course",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node -- ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/famchankou/node-course.git"
},
"author": "Alexander Fomchenkov <famchankou@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"colors": "^1.2.5",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"csvjson": "^5.0.0",
"csvtojson": "^1.1.9",
"express": "^4.16.3",
"jsonwebtoken": "^8.3.0",
"minimist": "^1.2.0",
"mongoose": "^5.2.0",
"nodemon": "^1.17.3",
"npm": "^6.0.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"passport-vkontakte": "^0.3.2",
"pg": "^7.4.3",
"sequelize": "^4.37.10",
"sequelize-cli": "^4.0.0",
"swagger": "^0.7.5",
"swagger-cli": "^2.1.0",
"through2": "^0.6.5",
"winston": "^3.0.0-rc5"
},
"bugs": {
"url": "https://github.com/famchankou/node-course/issues"
},
"homepage": "https://github.com/famchankou/node-course#readme"
}