route-parser
Version:
A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser.
61 lines (60 loc) • 1.53 kB
JSON
{
"name": "route-parser",
"version": "0.0.5",
"description": "A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser. ",
"keywords": [
"url",
"matching",
"routing",
"route",
"regex",
"match"
],
"homepage": "http://github.com/rcs/route-parser",
"author": {
"name": "Ryan Sorensen",
"email": "rcsorensen@gmail.com",
"url": "https://github.com/rcs"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rcs/route-parser.git"
},
"bugs": {
"url": "http://github.com/rcs/route-parser/issues",
"email": "rcsorensen@gmail.com"
},
"engines": {
"node": ">= 0.9"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha && karma start --singleRun",
"test-node": "mocha",
"test-client": "karma start --singleRun",
"compile-parser": "scripts/compile_parser.js",
"clean-compile": "rm ./lib/route/compiled-grammar.js"
},
"license": "MIT",
"devDependencies": {
"chai": "~3.2.0",
"es5-shim": "~4.1.10",
"gulp": "~3.9.0",
"gulp-exec": "~1.0.4",
"gulp-jshint": "~1.11.2",
"jison": "~0.4.17",
"jison-lex": "~0.3.4",
"jsdoc": "~3.3.0-alpha4",
"jshint-stylish": "~0.1.5",
"karma": "~0.12.36",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.2.0",
"karma-webpack": "~1.6.0",
"mocha": "~2.2.5",
"webpack": "~1.10.5",
"webpack-dev-server": "~1.10.1"
}
}