preparing for publish

This commit is contained in:
Marius Pana 2018-02-10 18:48:47 +02:00
parent 71f5d9568e
commit 6f4b5deb5e
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{
"name": "triton",
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
"name": "spearhead",
"description": "Spearhead Cloud CLI and client (https://spearhead.cloud)",
"version": "5.6.1",
"author": "Joyent (joyent.com)",
"homepage": "https://github.com/joyent/node-triton",
"author": "Spearhead Systems (spearhead.systems)",
"homepage": "https://code.spearhead.cloud/Spearhead/spearhead-triton",
"dependencies": {
"assert-plus": "0.2.0",
"backoff": "2.4.1",
@ -40,11 +40,11 @@
"test": "make test"
},
"bin": {
"triton": "./bin/triton"
"spearhead": "./bin/spearhead"
},
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-triton.git"
"url": "git://code.spearhead.cloud/Spearhead/spearhead-triton"
},
"engines": {
"node": ">=0.10"