UNPKG

yamvish-router

Version:
30 lines (29 loc) 994 B
{ "name": "yamvish-router", "version": "0.3.1", "description": "dynamic-in-place routing for yamvish", "main": "index.js", "scripts": { "test": "mocha", "bump:patch": "git add -A && git commit -m 'patch version' && git push && mversion patch -m && git push --tags && npm publish", "bump:minor": "git add -A && git commit -m 'patch version' && git push && mversion minor -m && git push --tags && npm publish", "bump:major": "git add -A && git commit -m 'patch version' && git push && mversion major -m && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/nomocas/yamvish-router.git" }, "keywords": [ "router", "yamvish" ], "author": "Gilles Coomans <gilles.coomans@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nomocas/yamvish-router/issues" }, "homepage": "https://github.com/nomocas/yamvish-router#readme", "dependencies": { "routedsl": "^0.1.2" } }