2018-08-10 19:25:29 +03:00
|
|
|
{
|
2018-09-03 23:05:50 +03:00
|
|
|
"name": "codex.docs",
|
2018-08-10 19:25:29 +03:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-08-17 13:58:44 +03:00
|
|
|
"start": "nodemon ./bin/www",
|
|
|
|
"test": "mocha --recursive ./test",
|
|
|
|
"lint": "eslint --fix ./**/*.js",
|
|
|
|
"precommit": "yarn lint && yarn test --exit"
|
2018-08-10 19:25:29 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-17 13:58:44 +03:00
|
|
|
"body-parser": "latest",
|
2018-08-10 19:25:29 +03:00
|
|
|
"cookie-parser": "~1.4.3",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"express": "~4.16.0",
|
|
|
|
"http-errors": "~1.6.2",
|
|
|
|
"morgan": "~1.9.0",
|
2018-08-17 13:58:44 +03:00
|
|
|
"multer": "^1.3.1",
|
|
|
|
"nedb": "^1.8.0",
|
|
|
|
"nodemon": "^1.18.3",
|
|
|
|
"twig": "~0.10.3",
|
|
|
|
"uuid4": "^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-http": "^4.0.0",
|
|
|
|
"eslint": "^5.3.0",
|
|
|
|
"eslint-config-codex": "github:codex-team/eslint-config",
|
|
|
|
"eslint-plugin-chai-friendly": "^0.4.1",
|
|
|
|
"husky": "^0.14.3",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"nyc": "^12.0.2"
|
2018-08-10 19:25:29 +03:00
|
|
|
}
|
|
|
|
}
|