-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 736 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 736 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
{
"name": "node-github-oauth-starter-kit",
"version": "1.0.0",
"main": "./server/app.js",
"scripts": {
"start": "node ./server/bin/www"
},
"keywords": [
"node",
"server",
"oauth",
"github",
"heroku"
],
"author": "Dimitris Greasidis",
"license": "MIT",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.11.3",
"mongoose": "^4.1.8",
"morgan": "~1.6.1",
"passport": "^0.3.0",
"passport-github2": "^0.1.9",
"passport-linkedin": "^1.0.0",
"passport-twitter": "^1.0.3",
"serve-favicon": "~2.3.0",
"swig": "^1.4.2"
},
"engines": {
"node": "7.10.0"
}
}