From dd325c62a332650b01ec40341994dcaeec27f911 Mon Sep 17 00:00:00 2001 From: Jon Eyrick Date: Sun, 25 Mar 2018 21:28:43 -0700 Subject: [PATCH] v0.0.1 Initial commit --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..83856ae --- /dev/null +++ b/package.json @@ -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 (https://nextlocal.net)", + "license": "MIT", + "bugs": { + "url": "https://github.com/jaggedsoft/node-skycoin-api/issues" + }, + "homepage": "https://github.com/jaggedsoft/node-skycoin-api#readme" + }