UNPKG

treehouse-router

Version:
29 lines (28 loc) 654 B
{ "name": "treehouse-router", "version": "1.2.2", "description": "URL router for use with treehouse", "main": "lib/index.js", "scripts": { "test": "node_modules/jasmine/bin/jasmine.js" }, "repository": { "type": "git", "url": "git+https://github.com/markevans/treehouse-router.git" }, "keywords": [ "treehouse", "url", "router" ], "author": "Mark Evans", "license": "MIT", "bugs": { "url": "https://github.com/markevans/treehouse-router/issues" }, "homepage": "https://github.com/markevans/treehouse-router#readme", "devDependencies": { "jasmine": "^2.7.0", "treehouse": "^3.3.0" } }