forked from natoine/iauthenticate
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "iauthenticate",
"version": "0.0.1",
"description": "project to use passport",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natoine/iauthenticate.git"
},
"author": "natoine",
"license": "ISC",
"bugs": {
"url": "https://github.com/natoine/iauthenticate/issues"
},
"homepage": "https://github.com/natoine/iauthenticate#readme",
"dependencies": {
"apiai": "^4.0.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"csv-express": "^1.2.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"js2xmlparser": "^3.0.0",
"libxmljs": "^0.18.7",
"mongoose": "^4.13.7",
"morgan": "^1.9.0",
"nodemailer": "^4.4.1",
"openweather-apis": "^3.3.5",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"twitter": "^1.7.1"
}
}