-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
100 lines (100 loc) · 2.57 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "express-starter",
"version": "0.1.5",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/yhnavein/express-starter.git"
},
"scripts": {
"start": "node app.js",
"test": "NODE_ENV=test mocha",
"test-ci": "NODE_ENV=test-travis mocha --reporter spec",
"test-debug": "NODE_ENV=test node_modules/.bin/mocha --debug --debug-brk"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bitgo": "^1.6.1",
"bluebird": "^3.3.5",
"body-parser": "^1.15.1",
"cheerio": "^0.20.0",
"clockwork": "^0.1.4",
"compression": "^1.6.1",
"connect-assets": "^5.2.1",
"connect-pg-simple": "^3.1.0",
"cookie-parser": "^1.4.1",
"csso": "^2.1.1",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"ejs-mate": "^2.3.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.20.4",
"fbgraph": "^1.1.0",
"github-api": "^1.2.1",
"knex": "^0.11.1",
"lastfm": "^0.9.2",
"less": "2.5.1",
"lob": "^3.9.0",
"lodash": "^4.12.0",
"lusca": "^1.4.1",
"method-override": "^2.3.5",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"neo-async": "^1.8.2",
"node-linkedin": "^0.5.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-linkedin-oauth2": "^1.4.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"paypal-rest-sdk": "^1.6.8",
"pg": "^4.5.5",
"pg-hstore": "^2.3.2",
"request": "^2.72.0",
"sendgrid": "^2.0.0",
"sequelize": "^3.23.1",
"serve-favicon": "^2.3.0",
"stripe": "^4.6.0",
"toobusy-js": "^0.5.0",
"twilio": "^2.9.1",
"twit": "^2.2.4",
"uglify-js": "^2.6.2",
"validator": "^5.2.0",
"yui": "^3.18.1"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
},
"license": "MIT",
"author": "Piotr Dabrowski, PureDev (http://blog.puredev.eu/)",
"contributors": [
"Piotr Dabrowski, PureDev",
"Sahat Yalkabov"
],
"bugs": "https://github.com/yhnavein/express-starter/issues",
"description": "A boilerplate for Node.js web applications which use PostgreSQL by default instead of MongoDB",
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://express-starter.herokuapp.com/",
"keywords": [
"express",
"node.js",
"postgresql",
"psql",
"MySQL",
"RDBMS",
"relational database",
"OAuth",
"security",
"bcrypt",
"zxcvbn"
]
}