diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-06 02:12:21 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-06 02:12:21 +0800 |
commit | 45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0 (patch) | |
tree | b1c28c5223b449798c84f7e35eb44810fcfe5e89 /package.json | |
parent | 15088d7ebe606ce6510aee0a8315ed175f1770b0 (diff) | |
download | go-tangerine-45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0.tar go-tangerine-45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0.tar.gz go-tangerine-45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0.tar.bz2 go-tangerine-45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0.tar.lz go-tangerine-45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0.tar.xz go-tangerine-45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0.tar.zst go-tangerine-45d0d72138bafab1e6d8bd8a5ea5c9d3218b98e0.zip |
Updated package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/package.json b/package.json index fb0645ac9..2b7772b51 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "description": "Ethereum Compatible JavaScript API", "main": "./index.js", "directories": { - "lib": "./lib" + "lib": "lib", + "example": "example" }, "dependencies": { "es6-promise": "*", @@ -26,23 +27,25 @@ "scripts": { "build": "gulp", "watch": "gulp watch", - "lint": "jshint lib" + "lint": "gulp lint" }, "browser": { "xmlhttprequest": "./lib/browser_fix/xhr.js" }, "repository": { "type": "git", - "url": "https://github.com/ethereum/ethereum.js.git" + "url": "https://github.com/cubedro/ethereum.js.git" }, + "homepage": "https://github.com/cubedro/ethereum.js", "bugs": { - "url": "https://github.com/ethereum/ethereum.js/issues" + "url": "https://github.com/cubedro/ethereum.js/issues" }, "keywords": [ "ethereum", "javascript", "API" ], + "author": "ethdev.com", "authors": [ { "name": "Jeffery Wilcke", @@ -60,5 +63,5 @@ "url": "https://github.com/cubedro" } ], - "license": "LGPL" + "license": "LGPL-3.0" } |