-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "express-imp-router",
"version": "0.3.3",
"description": "Router for express.JS",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=development ./node_modules/mocha/bin/mocha tests/index.js --exit"
},
"author": "Maxime Maillet <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"colors": "^1.3.3",
"columnify": "^1.5.4",
"date-format": "^1.2.0",
"debug": "^3.2.6",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-react-views": "^0.11.0",
"know-your-http-well": "^0.5.0",
"lodash.clone": "^4.5.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^5.16.0",
"mocha": "^6.1.4",
"multer": "^1.4.1",
"nodemon": "^1.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaximeMaillet/express-imp-router.git"
},
"keywords": [
"express",
"router",
"controller"
],
"bugs": {
"url": "https://github.com/MaximeMaillet/express-imp-router/issues"
},
"homepage": "https://github.com/MaximeMaillet/express-imp-router#readme"
}