route-recognizer
Version:
A lightweight JavaScript library that matches paths against registered routes.
49 lines (48 loc) • 1.45 kB
JSON
{
"name": "route-recognizer",
"version": "0.3.4",
"description": "A lightweight JavaScript library that matches paths against registered routes.",
"author": "Yehuda Katz",
"repository": {
"type": "git",
"url": "https://github.com/tildeio/route-recognizer.git"
},
"devDependencies": {
"@types/qunit": "^2.0.31",
"broccoli-funnel": "^1.0.6",
"broccoli-merge-trees": "^1.1.4",
"broccoli-rollup": "^1.0.2",
"broccoli-string-replace": "^0.1.1",
"broccoli-typescript-compiler": "^1.0.1",
"do-you-even-bench": "^1.0.2",
"ember-cli": "^2.7.0",
"glob": "^7.1.1",
"jshint": "^2.9.3",
"qunitjs": "^2.1.0",
"rollup-plugin-buble": "^0.14.0",
"tslint": "^4.0.2",
"typescript": "^2.1.4"
},
"main": "dist/route-recognizer.js",
"jsnext:main": "dist/route-recognizer.es.js",
"module": "dist/route-recognizer.es.js",
"types": "dist/route-recognizer.d.ts",
"files": [
"dist/*",
"!dist/tests"
],
"bugs": {
"url": "https://github.com/tildeio/route-recognizer/issues"
},
"homepage": "https://github.com/tildeio/route-recognizer",
"scripts": {
"test": "ember test",
"start": "ember test --server",
"build": "ember build",
"prepublish": "ember build --environment=production",
"tsc": "tsc",
"bench": "ember build && node ./bench/index.js",
"lint": "tslint lib/**/*.ts tests/**/*.ts && jshint ember-cli-build.js"
},
"license": "MIT"
}