-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 971 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
{
"name": "node-todo",
"version": "0.0.1",
"description": "Simple todo application.",
"main": "app/server.js",
"author": "Loïc",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"cheerio": "latest",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"cookie-session": "^1.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.12.1",
"grunt": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"jshint-stylish": "latest",
"jsonwebtoken": "^5.4.1",
"method-override": "^2.3.5",
"mongoose": "^4.2.6",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"request": "latest"
}
}