path-rewriter
Version:
A path rewriter for node.js
39 lines (38 loc) • 812 B
JSON
{
"name": "path-rewriter",
"version": "1.0.1",
"description": "A path rewriter for node.js",
"homepage": "https://github.com/taoyuan/path-rewriter",
"repository": "taoyuan/path-rewriter",
"author": {
"name": "Tao Yuan",
"email": "towyuan@outlook.com",
"url": ""
},
"main": "rewriter.js",
"keywords": [
"path",
"url",
"rewrite",
"rewriter"
],
"dependencies": {
"debug": "^2.2.0",
"path-to-regexp": "^1.2.1"
},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-jscs": "^3.0.2",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.1",
"mocha": "^2.3.4"
},
"scripts": {
"test": "gulp"
},
"license": "MIT"
}