34 lines
862 B
JSON
34 lines
862 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": {
|
|
"express": "^4.16.2",
|
|
"handlebar": "^1.0.0",
|
|
"knex": "^0.14.2",
|
|
"node-fetch": "^1.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.16.0",
|
|
"eslint-config-standard": "^11.0.0-beta.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-node": "^5.2.1",
|
|
"eslint-plugin-promise": "^3.6.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"nodemon": "^1.14.12"
|
|
}
|
|
}
|