wealthor
Version:
Personal finance app
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "wealthor",
"version": "0.1.0",
"description": "Personal finance app",
"main": "index.js",
"engines": {
"node": "7.6.0"
},
"scripts": {
"lint": "eslint .",
"start": "node index.js",
"test": "jest",
"watch": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jozsi/wealthor.git"
},
"keywords": [
"personal",
"finance"
],
"author": "Jozsi Gergely & Radu Lucaciu",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jozsi/wealthor/issues"
},
"homepage": "https://github.com/jozsi/wealthor#readme",
"dependencies": {
"bcryptjs": "^2.4.0",
"isemail": "^2.2.0",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-router": "^7.0.0",
"mongoose": "^4.8.0",
"object.omit": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.16.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jest": "^19.0.0",
"jest": "^19.0.0",
"nodemon": "^1.11.0",
"supertest": "^3.0.0"
}
}