forked from antitoxic/node-reversable-router
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 844 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
35
36
37
38
39
40
41
42
{
"name": "named-routes",
"version": "2.0.7",
"description": "Named routes for node.js. Works with express and independently",
"main": "router.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/alubbe/named-routes"
},
"bugs": {
"url": "https://github.com/alubbe/named-routes/issues"
},
"keywords": [
"named",
"routes",
"i18n",
"router",
"reversable",
"express",
"web"
],
"author": {
"name": "Andreas Lubbe",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"methods": "^1.1.1",
"path-to-regexp": "^1.2.1",
"xregexp": "^3.1.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"express": "^4.12.3",
"mocha": "^2.4.5",
"sinon": "^1.17.2",
"supertest": "^1.1.0"
}
}