1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00
codex.docs/package.json

35 lines
829 B
JSON
Raw Normal View History

2018-08-10 19:25:29 +03:00
{
"name": "codex.docs",
2018-08-10 19:25:29 +03:00
"version": "0.0.0",
"private": true,
"scripts": {
"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": {
"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",
"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
}
}