UNPKG

ampersand-router

Version:

Clientside router with fallbacks for browsers that don't support pushState. Mostly lifted from Backbone.js.

52 lines (51 loc) 1.25 kB
{ "name": "ampersand-router", "description": "Clientside router with fallbacks for browsers that don't support pushState. Mostly lifted from Backbone.js.", "version": "5.0.0", "author": "Henrik Joreteg <henrik@andyet.net>", "browserify": { "transform": [ "ampersand-version" ] }, "bugs": { "url": "https://github.com/ampersandjs/ampersand-router/issues" }, "dependencies": { "ampersand-class-extend": "^2.0.0", "ampersand-events": "^2.0.1", "ampersand-version": "^1.0.0", "lodash": "^4.11.1" }, "devDependencies": { "jshint": "^2.5.3", "phantomjs": "^2.1.7", "precommit-hook": "^3.0.0", "tape": "^4.4.0", "zuul": "^3.9.0" }, "homepage": "https://github.com/ampersandjs/ampersand-router", "keywords": [ "clientside", "router", "history" ], "license": "MIT", "main": "ampersand-router.js", "repository": { "type": "git", "url": "git://github.com/ampersandjs/ampersand-router" }, "scripts": { "start": "zuul --local -- test/index.js", "test": "zuul --phantom -- test/index.js", "test-ci": "zuul -- test/index.js", "lint": "jshint .", "validate": "npm ls" }, "pre-commit": [ "lint", "validate", "test" ] }