-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.27 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": "jsreport-express",
"version": "2.8.1",
"description": "jsreport extension adding API",
"scripts": {
"start": "jsreport-studio-start --httpPort 4800",
"test": "cross-env DEBUG=jsreport mocha test --timeout 5000 && standard"
},
"homepage": "https://github.com/jsreport/jsreport-express",
"repository": {
"type": "git",
"url": "[email protected]:jsreport/jsreport-express.git"
},
"keywords": [
"jsreport"
],
"standard": {
"env": {
"node": true,
"mocha": true
}
},
"license": "LGPL",
"dependencies": {
"bluebird": "3.5.4",
"body-parser": "1.19.0",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"express": "4.17.1",
"lodash.omit": "4.5.0",
"serve-static": "1.14.1",
"simple-odata-server": "1.1.1"
},
"author": "Jan Blaha",
"devDependencies": {
"cross-env": "5.2.0",
"eslint": "5.9.0",
"jsreport-core": "2.10.1",
"jsreport-jsrender": "2.1.1",
"jsreport-scripts": "2.6.0",
"jsreport-studio-dev": "1.6.0",
"jsreport-templates": "2.4.0",
"mocha": "5.2.0",
"should": "13.2.3",
"standard": "12.0.1",
"supertest": "3.3.0"
},
"engines": {
"node": ">=8.9"
},
"files": [
"lib",
"certificates",
"index.js",
"jsreport.config.js"
]
}