-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 960 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
39
40
41
42
43
44
45
46
{
"name": "crm",
"version": "0.0.1",
"description": "LetsBall",
"main": "app.js",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"connect": "^3.4.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.4",
"excel-export": "^0.4.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"later": "^1.2.0",
"method-override": "^2.3.5",
"mongodb": "^2.0.47",
"mongoose": "^4.2.4",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"querystring": "^0.2.0",
"request": "^2.65.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7",
"strftime": "^0.9.2",
"supervisor": "^0.9.1",
"underscore": "^1.8.3"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"Conference room"
],
"author": "Merlini",
"license": "MIT",
"bugs": {
"url": ""
}
}