-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 947 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 947 Bytes
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
{
"name": "jsreport-postgres-store",
"version": "1.4.0",
"description": "Extension allowing to store template in Postgres SQL database",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js --timeout=5000 && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsreport/jsreport-postgres-store.git"
},
"author": "Jan Blaha",
"bugs": {
"url": "https://github.com/jsreport/jsreport-postgres-store/issues"
},
"homepage": "https://github.com/jsreport/jsreport-postgres-store#readme",
"dependencies": {
"bluebird": "3.5.4",
"jsreport-sql-store": "1.4.1",
"pg-promise": "10.8.1"
},
"devDependencies": {
"eslint-config-standard": "11.0.0",
"jsreport-core": "2.10.1",
"mocha": "5.2.0",
"should": "13.2.3",
"standard": "11.0.1"
},
"standard": {
"env": {
"mocha": 1,
"node": 1
}
},
"engines": {
"node": ">=8.9"
}
}