Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
Jon Eyrick authored Mar 26, 2018
1 parent eb533b7 commit dd325c6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "skycoin",
"version": "0.0.1",
"description": "Skycoin API for node https://github.com/jaggedsoft/node-skycoin-api",
"main": "skycoin.js",
"dependencies": {
"string-hash": "^1.1.3",
"ws": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jaggedsoft/node-skycoin-api.git"
},
"keywords": [
"skycoin",
"api"
],
"author": "Jon Eyrick <[email protected]> (https://nextlocal.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaggedsoft/node-skycoin-api/issues"
},
"homepage": "https://github.com/jaggedsoft/node-skycoin-api#readme"
}

0 comments on commit dd325c6

Please sign in to comment.