diff --git a/package.json b/package.json index 0d00f3f..f7f58a9 100644 --- a/package.json +++ b/package.json @@ -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"