deem/package.json
2018-03-04 22:36:44 +01:00

38 lines
950 B
JSON

{
"name": "deem-app",
"version": "0.0.1",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"run": "node server/server.js",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.bitmill.co:lohfu/deem.git"
},
"author": "Linus Miller <lohfu@lohfu.io> (https://lohfu.io/)",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"chalk": "^2.3.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"knex": "^0.14.4",
"morgan": "^1.9.0",
"node-fetch": "^2.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"nodemon": "^1.17.1"
}
}