-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 979 Bytes
/
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
{
"name": "Infoscribe",
"version": "0.1.0",
"description": "Infoscibe Application.",
"main": "server.js",
"author": "Ranjith Kumar S (ranji2612)",
"scripts": {
"start": "grunt"
},
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.15.0",
"connect-flash": "latest",
"connect-multiparty": "^1.0.4",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"grunt": "latest",
"json2csv": "^3.7.1",
"log4js": "^0.6.31",
"mongoose": "~3.6.2",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"request": "^2.79.0"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-express-server": "^0.5.3",
"grunt-shell-spawn": "^0.3.10",
"load-grunt-tasks": "^3.5.2"
}
}