-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 830 Bytes
/
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
{
"name": "express-map2",
"version": "1.0.8",
"description": "adds a convenient route mapping function to define a group of routes with prefix and assign/autoload middleware and controllers.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r3wt/express-map.git"
},
"keywords": [
"expressjs",
"express",
"express",
"plugin",
"express",
"routing"
],
"author": "Garrett Morris <stuckinabox@live.com> (https://github.com/r3wt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/r3wt/express-map/issues"
},
"homepage": "https://github.com/r3wt/express-map#readme",
"dependencies": {
"express": "^4.14.0"
},
"devDependencies": {
"express": "^4.14.0",
"mocha": "^3.2.0"
}
}