UNPKG

2.26 kBJSONView Raw
1{
2 "name": "castor-core",
3 "version": "8.1.3",
4 "author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
5 "contributors": [],
6 "description": "",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/castorjs/castor-core.git"
10 },
11 "main": "starter.js",
12 "bin": {
13 "castor": "./bin/castor"
14 },
15 "scripts": {
16 "apilint": "drafter -lu doc/rest.apib && drafter -lu doc/actions.apib",
17 "apidoc": "aglio -i doc/rest.apib -o doc/rest.html && aglio -i doc/actions.apib -o doc/actions.html",
18 "lint": "jshint */**/*.js",
19 "coverage": "istanbul cover ./node_modules/.bin/_mocha -- ",
20 "test": "mocha -- 2> /dev/null"
21 },
22 "bugs": {
23 "url": "https://github.com/castorjs/castor-core/issues"
24 },
25 "dependencies": {
26 "JSONStream": "^1.0.4",
27 "async": "^1.4.2",
28 "body-parser": "^1.13.2",
29 "castor-load": "^4.6.0",
30 "clone": "^1.0.2",
31 "connect-slashes": "^1.3.1",
32 "cookie-parser": "^1.3.5",
33 "cors": "^2.7.1",
34 "csv-string": "^2.3.0",
35 "custom-error": "^0.2.1",
36 "datamodel": "^1.1.1",
37 "debug": "^2.2.0",
38 "eu": "^1.3.2",
39 "event-stream": "^3.3.1",
40 "exceljs": "^0.2.4",
41 "express": "^4.13.1",
42 "express-cache-response-directive": "^1.0.0",
43 "express-session": "^1.11.3",
44 "extend": "^3.0.0",
45 "fast-json-patch": "^1.0.0",
46 "formatik": "^1.2.0",
47 "heartbeats": "^3.1.3",
48 "i18n-2": "^0.6.3",
49 "jbj": "^7.0.0",
50 "jfum": "^1.0.3",
51 "jsonld": "^0.4.5",
52 "kuler": "0.0.0",
53 "lru-cache": "^4.0.0",
54 "merge": "^1.2.0",
55 "mime": "^1.3.4",
56 "minimatch": "^3.0.0",
57 "minimist": "^1.1.1",
58 "mongodb": "^2.0.36",
59 "mongodb-querystring": "^1.0.2",
60 "morgan": "^1.6.1",
61 "nunjucks": "^2.3.0",
62 "object-path": "^0.9.2",
63 "passport": "^0.3.2",
64 "passport-local": "^1.0.0",
65 "portfinder": "^1.0.0",
66 "qs": "^6.2.0",
67 "rc": "^1.0.3",
68 "request-promise": "^3.0.0",
69 "serve-favicon": "^2.3.0",
70 "serve-static": "^1.11.1",
71 "sha1": "^1.1.1",
72 "short-hash": "^1.0.0",
73 "shortid": "^2.2.2",
74 "streaming": "^1.0.3",
75 "traverse": "^0.6.6"
76 },
77 "license": "MIT",
78 "devDependencies": {
79 "castor-load-csv": "^2.1.2",
80 "istanbul": "^0.4.2",
81 "mocha": "^2.4.5",
82 "supertest": "^1.2.0"
83 }
84}