UNPKG

1.21 kBJSONView Raw
1{
2 "name": "jsreport-express",
3 "version": "2.3.1",
4 "description": "jsreport extension adding API",
5 "scripts": {
6 "test": "cross-env DEBUG=jsreport mocha test --timeout 5000 && standard"
7 },
8 "homepage": "https://github.com/jsreport/jsreport-express",
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:jsreport/jsreport-express.git"
12 },
13 "keywords": [
14 "jsreport"
15 ],
16 "standard": {
17 "env": {
18 "node": true,
19 "mocha": true
20 }
21 },
22 "license": "LGPL",
23 "dependencies": {
24 "bluebird": "3.5.3",
25 "body-parser": "1.18.3",
26 "cookie-parser": "1.4.4",
27 "cors": "2.8.5",
28 "express": "4.16.4",
29 "lodash.omit": "4.5.0",
30 "serve-static": "1.13.2",
31 "simple-odata-server": "1.1.1"
32 },
33 "author": "Jan Blaha",
34 "devDependencies": {
35 "cross-env": "5.2.0",
36 "eslint": "5.9.0",
37 "jsreport-core": "2.4.0",
38 "jsreport-jsrender": "2.0.0",
39 "jsreport-scripts": "2.0.9",
40 "jsreport-templates": "2.2.0",
41 "mocha": "5.2.0",
42 "should": "13.2.3",
43 "standard": "12.0.1",
44 "supertest": "3.3.0"
45 },
46 "engines": {
47 "node": ">=8.9"
48 },
49 "files": [
50 "lib",
51 "certificates",
52 "index.js",
53 "jsreport.config.js"
54 ]
55}