forked from jsreport/nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 818 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 818 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
{
"name": "jsreport-client",
"version": "0.4.1",
"author": {
"name": "Jan Blaha",
"email": "jan.blaha@hotmail.com"
},
"homepage": "https://github.com/jsreport/nodejs-client",
"repository": {
"type": "git",
"url": "git@github.com:jsreport/nodejs-client.git"
},
"description": "Remote node.js client to ",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test && standard"
},
"licence": "MIT",
"devDependencies": {
"eslint": "3.1.0",
"jsreport-authentication": "1.0.3",
"jsreport-core": "1.0.5",
"jsreport-express": "1.0.2",
"jsreport-jsrender": "1.0.1",
"mocha": "2.5.3",
"should": "9.0.2",
"standard": "7.1.2"
},
"dependencies": {
"concat-stream": "1.5.1",
"lodash.assign": "4.0.9",
"request": "2.73.0"
}
}