-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 875 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
30
31
{
"name": "rbarilani-git-bump-sh",
"version": "1.3.0",
"description": "A **Unix-like** shell command to bump a new version of a 'package' with git.",
"main": "bin/bump",
"bin": { "bump" : "bin/bump", "bump_functions.sh" : "bin/bump_functions.sh" },
"scripts": {
"test": "bash test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/rbarilani/git-bump-sh.git"
},
"keywords": [
"Bash",
"Shell",
"Bump",
"Semver",
"CHANGELOG",
"git"
],
"author": "Ruben Barilani <ruben.barilani.dev@gmail.com> (https://github.com/rbarilani)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rbarilani/git-bump-sh/issues"
},
"homepage": "https://github.com/rbarilani/git-bump-sh",
"dependencies": {
"rbarilani-shunit2-test-runner": "git+https://github.com/rbarilani/shunit2-test-runner.git"
}
}