-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 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
45
46
47
48
{
"name": "cryptosrv",
"author": "sergey.gorobets",
"repository": {
"type": "git",
"url": "https://github.com/gorserg/cryptosrv.git"
},
"version": "0.0.5",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --reporter spec --timeout 5000"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.3.5",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.1",
"express-flash": "0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.19.1",
"jade": "~1.11.0",
"lodash": "^4.3.0",
"lusca": "^1.3.0",
"moment": "^2.11.2",
"mongoose": "^4.4.3",
"morgan": "~1.6.1",
"nodemailer": "^2.1.0",
"numeral": "^1.5.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"request": "^2.69.0",
"serve-favicon": "~2.3.0"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}