UNPKG

jsreport-express

Version:
51 lines (50 loc) 1.16 kB
{ "name": "jsreport-express", "version": "1.1.0", "description": "jsreport extension adding API", "scripts": { "test": "cross-env DEBUG=jsreport mocha test --timeout 5000 && standard" }, "homepage": "https://github.com/jsreport/jsreport-express", "repository": { "type": "git", "url": "git@github.com:jsreport/jsreport-express.git" }, "keywords": [ "jsreport" ], "standard": { "env": { "node": true, "mocha": true } }, "license": "LGPL", "dependencies": { "bluebird": "3.4.7", "body-parser": "1.16.0", "cookie-parser": "1.4.3", "cors": "2.8.1", "express": "4.14.0", "node.extend": "1.1.6", "serve-static": "1.11.1", "simple-odata-server": "0.3.0", "underscore": "1.8.3" }, "author": "Jan Blaha", "devDependencies": { "cross-env": "2.0.1", "eslint": "3.14.0", "jsreport-core": "1.0.10", "jsreport-jsrender": "1.0.1", "mocha": "3.2.0", "standard": "8.6.0", "supertest": "2.0.1" }, "files": [ "lib", "certificates", "index.js", "jsreport.config.js" ] }