-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.06 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": "sID_system",
"main": "app.js",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.14.2",
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"fs": "latest",
"https": "latest",
"jsonwebtoken": "^5.5.4",
"method-override": "^2.3.5",
"mongoose": "^4.3.7",
"morgan": "^1.6.1",
"mustache": "^2.2.1",
"nodemailer": "^2.0.0",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-linkedin-oauth2": "^1.3.0",
"passport-local": "^1.0.0",
"request": "^2.69.0",
"restler": "^3.4.0",
"winston": "^2.1.1"
},
"scripts": {
"test": "grunt --verbose"
},
"devDependencies": {
"chai": "latest",
"cli": "latest",
"grunt": "latest",
"grunt-apidoc": "latest",
"grunt-cli": "latest",
"grunt-contrib-jshint": "latest",
"grunt-mocha-test": "latest",
"should": "^7.1.1",
"supertest": "latest"
}
}