Skip to content

Commit

Permalink
package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
flockonus committed Sep 7, 2017
1 parent 7f392c4 commit b0f3d91
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "eth-random",
"version": "1.0.0",
"description": "An Ethereum contract for generating pseudo-random numbers.",
"version": "0.0.2",
"description": "An Ethereum contract for generating pseudo-random numbers",
"repository": {
"type": "git",
"url": "git+https://github.com/axiomzen/random-eth.git"
"url": "git+https://github.com/axiomzen/eth-random.git"
},
"keywords": [
"solidity",
"random"
],
"keywords": ["solidity", "random"],
"author": "Axiom Zen <[email protected]> (https://www.axiomzen.co/)",
"license": "MIT License",
"license": "MIT",
"bugs": {
"url": "https://github.com/axiomzen/random-eth/issues"
"url": "https://github.com/axiomzen/eth-random-eth/issues"
},
"homepage": "https://github.com/axiomzen/random-eth#readme"
"contributors": [
"Kai Aldag (https://github.com/KaiCode2)",
"Fabiano P. Soriani <[email protected]> (https://github.com/flockonus)",
"Jordan Schalm <[email protected]> (https://github.com/jordanschalm)"
],
"dependencies": {},
"engines": { "node": ">=6" },
"homepage": "https://github.com/axiomzen/eth-random"
}

0 comments on commit b0f3d91

Please sign in to comment.