{ "name": "invoicer", "version": "1.0.0", "description": "minimalist invoice management tool with a focus on not being horrendous", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Alfie Pates (alfie@alfiepates.me)", "license": "CC0-1.0", "dependencies": { "express": "^4.13.4", "jade": "^1.11.0", "knex": "^0.10.0" } }