-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.34 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dioscouri-core",
"version": "0.3.7",
"private": true,
"dependencies": {
"async": ">=1.4.0",
"azure-storage": "1.4.0",
"body-parser": "1.15.2",
"circular-json": "0.3.0",
"connect-mongo": ">=1.1.0",
"connect-redis": ">=3.0.2",
"cookie-parser": "^1.3.5",
"dotenv": ">=1.2.0",
"event-stream": "^3.3.2",
"excel-parser": "^0.2.2",
"exceljs": "0.2.31",
"express": ">=4.13.1",
"express-flash": "0.0.2",
"express-session": ">=1.11.3",
"jsan": "3.1.9",
"mandrill-api": ">=1.0.45",
"merge": "^1.2.0",
"moment": ">=2.10.6",
"mongoose": ">=4.1.0",
"mongoose-types": ">=1.0.3",
"monq": "git+https://github.com/dioscouri/nodejs-monq.git",
"multiparty": "4.1.2",
"object-path": "^0.9.2",
"passport": "^0.2.2",
"pkgcloud": "1.4.0",
"randomstring": "^1.0.7",
"redis": "^2.0.1",
"sendgrid": "^3.0.5",
"swig": ">=1.4.2",
"swig-lodash": "^1.2.1",
"underscore": ">=1.8.3",
"xlsx": "^0.8.0"
},
"devDependencies": {
"mocha": ">=2.3.3",
"request": "^2.65.0"
},
"engines": {
"node": ">=4.1.1",
"npm": ">=2.13.4"
},
"scripts": {
"start": "nodejs server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dioscouri/nodejs-lib"
},
"author": "Dioscouri",
"bugs": {},
"main": "server.js"
}