edit-url
Version:
Edit URL in a callback function
32 lines (31 loc) • 639 B
JSON
{
"name": "edit-url",
"version": "1.0.1",
"description": "Edit URL in a callback function",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/campsi/node-edit-url.git"
},
"keywords": [
"edit",
"patch",
"modify",
"url",
"uri",
"scheme",
"port"
],
"author": "Romain Bessuges <romain@agilitation.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/campsi/node-edit-url/issues"
},
"homepage": "https://github.com/campsi/node-edit-url#readme",
"devDependencies": {
"mocha": "^3.1.2"
}
}