-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
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
{
"name": "express-routes-versioning",
"version": "1.0.1",
"description": "Node.js module provides versioning for expressjs routes/api",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Prasanna-sr/express-routes-versioning.git"
},
"keywords": ["routes", "api", "restful", "express", "version", "versioning"],
"author": "Prasanna Ramanujam",
"license": "MIT",
"bugs": {
"url": "https://github.com/Prasanna-sr/express-routes-versioning/issues"
},
"homepage": "https://github.com/Prasanna-sr/express-routes-versioning",
"devDependencies": {
"coveralls": "^2.11.6",
"express": "^4.13.4",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"sinon": "^1.17.3"
}
}