forked from malikov/Authenticate.me-Node-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 733 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
{
"name": "authenticate-me-server",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"install": "node bootstrap"
},
"dependencies": {
"express": "~4.0.0",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"stylus": "0.42.3",
"passport": "~0.2.0",
"passport-oauth2": "~1.1.2",
"passport-twitter":"x",
"passport-instagram": "x",
"instagram-node": "x",
"twitter": "x",
"express-session": "~1.0.3",
"connect-flash": "~0.1.1",
"parse": "x",
"moment": "x",
"underscore": "x",
"multer" : "x",
"jwt-simple": "x",
"passport-parse": "x"
}
}