-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 857 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 857 Bytes
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
32
33
34
35
36
37
38
39
{
"name": "git-semver-tools",
"version": "0.1.0",
"description": "GitSemver tools",
"main": "index.js",
"scripts": {
"test": "mocha ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/git-semver/git-semver-tools.git"
},
"bin": {
"git-semver-tools": "./index.js"
},
"keywords": [
"gitsemver",
"gitversion",
"semver",
"git"
],
"author": "Kazantsev Nickolay",
"license": "MIT",
"bugs": {
"url": "https://github.com/git-semver/git-semver-tools/issues"
},
"homepage": "https://github.com/git-semver/git-semver-tools#readme",
"dependencies": {
"commander": "^2.13.0",
"conf": "^1.4.0",
"lodash": "^4.17.4",
"normalize-package-data": "^2.4.0",
"npm": "^5.8.0",
"read-package-json": "^2.0.12"
},
"devDependencies": {
"mocha": "^5.0.5"
}
}