-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 982 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 982 Bytes
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
{
"name": "itsdone",
"version": "0.9.1",
"description": "Get things done. chat client using redis, Socket.io, AngularJS, and Cordova wrapped up",
"main": "chat.js",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.18.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.2",
"cors": "^2.5.2",
"dotenv": "^0.4.0",
"ejs": "^2.5.5",
"express": "~4.16.0",
"express-session": "~1.15.6",
"lodash": "^2.4.1",
"method-override": "~2.3.10",
"moment": "~2.19.3",
"mongoose": "~4.11.14",
"morgan": "^1.4.1",
"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",
"q": "~1.0.1",
"redis": "~0.10.3",
"socket.io": "~2.0.2",
"url": "^0.10.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}