forked from passport/www.passportjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "www.passportjs.org",
"version": "0.0.0",
"description": "The official website of Passport.js.",
"private": true,
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/passport/www.passportjs.org.git"
},
"bugs": {
"url": "http://github.com/passport/www.passportjs.org/issues"
},
"scripts": {
"start": "node server.js",
"heroku-postbuild": "git clone -b gh-pages --depth 1 https://github.com/passport/www.passportjs.org.git www && rm -rf www/.git"
},
"dependencies": {
"bixby": "^0.1.6",
"bixby-common": "^0.1.3",
"bixby-express": "^0.1.7",
"bixby-http": "^0.1.4",
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"dotenv": "^4.0.0",
"express": "~4.12.2",
"express-livereload": "*",
"express-simple-redirect": "^1.0.1",
"jade": "~1.9.2",
"js-yaml": "^3.3.1",
"markdown": "^0.5.0",
"markdown-js": "0.0.3",
"marked": "^0.3.3",
"morgan": "~1.5.1",
"pug": "^2.0.0-rc.4",
"request": "^2.55.0",
"serve-favicon": "~2.2.0",
"superagent": "^1.2.0",
"supermarked": "^2.0.0"
},
"engines": {
"node": "6.10.3"
}
}