UNPKG

1.45 kBJSONView Raw
1{
2 "name": "route-recognizer",
3 "version": "0.3.4",
4 "description": "A lightweight JavaScript library that matches paths against registered routes.",
5 "author": "Yehuda Katz",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/tildeio/route-recognizer.git"
9 },
10 "devDependencies": {
11 "@types/qunit": "^2.0.31",
12 "broccoli-funnel": "^1.0.6",
13 "broccoli-merge-trees": "^1.1.4",
14 "broccoli-rollup": "^1.0.2",
15 "broccoli-string-replace": "^0.1.1",
16 "broccoli-typescript-compiler": "^1.0.1",
17 "do-you-even-bench": "^1.0.2",
18 "ember-cli": "^2.7.0",
19 "glob": "^7.1.1",
20 "jshint": "^2.9.3",
21 "qunitjs": "^2.1.0",
22 "rollup-plugin-buble": "^0.14.0",
23 "tslint": "^4.0.2",
24 "typescript": "^2.1.4"
25 },
26 "main": "dist/route-recognizer.js",
27 "jsnext:main": "dist/route-recognizer.es.js",
28 "module": "dist/route-recognizer.es.js",
29 "types": "dist/route-recognizer.d.ts",
30 "files": [
31 "dist/*",
32 "!dist/tests"
33 ],
34 "bugs": {
35 "url": "https://github.com/tildeio/route-recognizer/issues"
36 },
37 "homepage": "https://github.com/tildeio/route-recognizer",
38 "scripts": {
39 "test": "ember test",
40 "start": "ember test --server",
41 "build": "ember build",
42 "prepublish": "ember build --environment=production",
43 "tsc": "tsc",
44 "bench": "ember build && node ./bench/index.js",
45 "lint": "tslint lib/**/*.ts tests/**/*.ts && jshint ember-cli-build.js"
46 },
47 "license": "MIT"
48}