forked from dioscouri/nodejs-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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
{
"name": "dioscouri-core",
"version": "0.3.6",
"private": true,
"dependencies": {
"async": ">=1.4.0",
"body-parser": ">=1.13.3",
"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",
"express": ">=4.13.1",
"express-flash": "0.0.2",
"express-session": ">=1.11.3",
"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.2.0-alpha.0",
"randomstring": "^1.0.7",
"redis": "^2.0.1",
"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"
}