UNPKG

726 BJSONView Raw
1{
2 "name": "manage-version",
3 "version": "0.0.1",
4 "description": "Node command line tool for updating package.json version",
5 "main": "index.js",
6 "bin": {
7 "manage-version": "src/index.js"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/procore/package-version.git"
15 },
16 "author": "Procore Tech <insights@procore.com> (http://procore.com)",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/procore/package-version/issues"
20 },
21 "homepage": "https://github.com/procore/package-version#readme",
22 "dependencies": {
23 "chalk": "^1.1.3",
24 "commander": "^2.9.0",
25 "semver": "^5.3.0"
26 }
27}