-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 994 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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"
}
}