You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
406 B
JSON

{
"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"
}
}