path-to-url
Version:
Turn an Express-style path string such as /user/:name into a URL
37 lines (36 loc) • 750 B
JSON
{
"name": "path-to-url",
"version": "0.1.0",
"description": "Turn an Express-style path string such as /user/:name into a URL",
"main": "lib/path-to-url.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/brentburgoyne/path-to-url.git"
},
"keywords": [
"Express",
"Route",
"Routing",
"Router",
"Reverse",
"URL",
"path",
"params"
],
"author": "Brent Burgoyne",
"license": "MIT",
"bugs": {
"url": "https://github.com/brentburgoyne/path-to-url/issues"
},
"homepage": "https://github.com/brentburgoyne/path-to-url",
"devDependencies": {
"should": "^3.3.1",
"mocha": "^1.18.2"
}
}