forked from krzysztofantczak/castor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 1.98 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "castor-core",
"version": "4.2.3",
"author": "Nicolas Thouvenin <[email protected]>",
"contributors": [],
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/castorjs/castor-core.git"
},
"main": "starter.js",
"bin": {
"castor": "./bin/castor"
},
"scripts": {
"lint": "jshint */**/*.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- ",
"test": "mocha -- 2> /dev/null"
},
"bugs": {
"url": "https://github.com/castorjs/castor-core/issues"
},
"dependencies": {
"JSONStream": "^1.0.4",
"async": "^1.4.2",
"body-parser": "^1.13.2",
"browserify-middleware": "^7.0.0",
"castor-load": "^4.6.0",
"clone": "^1.0.2",
"connect-slashes": "^1.3.1",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"csv-string": "^2.3.0",
"custom-error": "^0.2.1",
"datamodel": "^1.1.1",
"debug": "^2.2.0",
"ecstatic": "^1.4.0",
"eu": "^1.3.2",
"event-stream": "^3.3.1",
"exceljs": "^0.2.4",
"express": "^4.13.1",
"express-session": "^1.11.3",
"extend": "^3.0.0",
"formatik": "^1.2.0",
"got": "^6.3.0",
"heartbeats": "^3.1.3",
"i18n-2": "^0.6.3",
"jbj": "^4.1.1",
"jfum": "^1.0.3",
"js-schema": "^1.0.1",
"jsonld": "^0.4.5",
"kuler": "0.0.0",
"lru-cache": "^4.0.0",
"merge": "^1.2.0",
"minimatch": "^3.0.0",
"minimist": "^1.1.1",
"mongodb": "^2.0.36",
"mongodb-querystring": "^1.0.2",
"morgan": "^1.6.1",
"nunjucks": "^2.3.0",
"nunjucks-markdown": "^1.1.0",
"object-path": "^0.9.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"portfinder": "^1.0.0",
"qs": "^6.2.0",
"rc": "^1.0.3",
"serve-favicon": "^2.3.0",
"sha1": "^1.1.1",
"short-hash": "^1.0.0",
"shortid": "^2.2.2",
"traverse": "^0.6.6"
},
"license": "MIT",
"devDependencies": {
"castor-load-csv": "^2.1.2",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}