UNPKG

backbone-named-routes

Version:

Backbone router implementation with named routes (aliases) for easy client side links generation

63 lines (62 loc) 1.9 kB
{ "name": "backbone-named-routes", "version": "2.0.4", "description": "Backbone router implementation with named routes (aliases) for easy client side links generation", "main": "src/router.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dbrekalo/backbone-named-routes" }, "scripts": { "watch": "grunt build && grunt watch", "build": "grunt build", "watch:test": "node ./node_modules/karma/bin/karma start --browsers PhantomJS", "test": "node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "bump:patch": "grunt bump:patch", "bump:minor": "grunt bump:minor", "bump:major": "grunt bump:major" }, "keywords": [ "Backbone", "router", "named-routes", "route-aliases", "named", "routes", "aliases" ], "devDependencies": { "attire": "^1.3.2", "chai": "^3.5.0", "coveralls": "^2.11.15", "grunt": "^1.0.1", "grunt-bump": "^0.8.0", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^19.0.0", "grunt-include-replace": "^5.0.0", "istanbul-instrumenter-loader": "^2.0.0", "karma": "^1.4.1", "karma-chrome-launcher": "^2.0.0", "karma-coverage-istanbul-reporter": "^0.2.3", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.26", "karma-webpack": "^2.0.2", "load-grunt-tasks": "^3.5.2", "mocha": "^3.2.0", "mocha-loader": "^1.1.0", "webpack": "^2.2.1" }, "dependencies": { "backbone": "^1.2.3", "jquery": ">=1.11", "underscore": "^1.8.3" } }