{ "name": "pdfer", "version": "1.0.0", "description": "Generate pdfs based on a template", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "watch": "nodemon index.js" }, "author": "Thomas Ruoff ", "license": "ISC", "dependencies": { "body-parser": "^1.16.1", "express": "^4.14.1", "glob": "^7.1.2", "json-fs-store": "^1.0.1", "lodash.sortby": "^4.7.0", "uuid": "^3.0.1" }, "devDependencies": { "eslint": "^4.16.0", "nodemon": "^1.14.12" } }