-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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": "mongo-stratus-login-manager",
"version": "1.0.0",
"description": "MongoStratus Login Manager",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "node ./node_modules/eslint/bin/eslint **/*.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vzat/mongo-stratus-login-manager.git"
},
"keywords": [
"mongodb"
],
"author": "Vlad Zat",
"license": "MIT",
"bugs": {
"url": "https://github.com/vzat/mongo-stratus-login-manager/issues"
},
"homepage": "https://github.com/vzat/mongo-stratus-login-manager#readme",
"dependencies": {
"bcrypt": "1.0.3",
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"config": "1.29.4",
"cookie-session": "^2.0.0-beta.3",
"cors": "2.8.4",
"express": "4.16.2",
"express-session": "^1.15.6",
"morgan": "1.9.0",
"request": "2.83.0",
"request-promise": "4.2.2",
"winston": "2.4.0"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.13.1",
"mocha": "5.0.0",
"gulp": "3.9.1",
"gulp-git": "2.5.1"
}
}