-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.67 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "auth",
"version": "1.0.0",
"description": "auth",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/manjeshpv/node-express-passport-postgresql.git"
},
"keywords": [
"NodeJS",
"ExpressJS",
"4",
"Passport",
"PostgreSQL"
],
"author": "Manjesh V <manjeshpv@gmail.com> (http://manjeshpv.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/manjeshpv/node-express-passport-postgresql/issues"
},
"homepage": "https://github.com/manjeshpv/node-express-passport-postgresql",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.4",
"composable-middleware": "^0.3.0",
"compression": "^1.6.0",
"connect-flash": "^0.1.1",
"connect-livereload": "^0.5.4",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"crypto": "0.0.3",
"ejs": "^2.3.1",
"errorhandler": "^1.4.2",
"express": "^4.12.4",
"express-jwt": "^3.3.0",
"express-session": "^1.11.3",
"jsonwebtoken": "^5.4.1",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"morgan": "^1.6.0",
"mysql": "^2.10.0",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"pg": "^4.4.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.13.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-copy": "0.0.2",
"gulp-env": "^0.2.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"gulp-open": "^1.0.0",
"gulp-rimraf": "^0.2.0",
"request": "^2.61.0",
"should": "^7.1.0",
"supertest": "^1.1.0"
}
}