-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "ne-auth",
"version": "1.4.10",
"description": "Description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-engine/ne-auth.git"
},
"keywords": [
"NodeJS",
"PassportJS",
"node_engine"
],
"author": {
"name": "Bernard Hamann"
},
"license": "SEE LICENSE IN readme.md",
"bugs": {
"url": "https://github.com/node-engine/ne-auth/issues"
},
"homepage": "https://github.com/node-engine/ne-auth#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"express": "^4.13.3",
"express-jwt": "^3.1.0",
"jsonwebtoken": "^5.4.0",
"lodash": "^3.10.1",
"mongoose": "^4.1.11",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"stringify-object": "^2.3.0"
},
"readme": "# ne-passport (Node Engine Auth)",
"readmeFilename": "readme.md",
"gitHead": "4b734605912871ce286cd4999bb6a40c65a39477",
"_id": "[email protected]",
"_shasum": "2a9ed25480e1c006c470dd88c6ae4707d9505b2d",
"_from": "ne-auth@*"
}