-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jon Eyrick
authored
Jan 7, 2018
1 parent
41bc8fb
commit ce7d5d3
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "node-binance-api", | ||
"version": "0.3.1", | ||
"description": "Binance API for node https://github.com/jaggedsoft/node-binance-api", | ||
"main": "node-binance-api.js", | ||
"dependencies": { | ||
"request": "^2.83.0", | ||
"ws": "^3.2.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/jaggedsoft/node-binance-api.git" | ||
}, | ||
"keywords": [ | ||
"binance", | ||
"api" | ||
], | ||
"author": "Jon Eyrick <[email protected]> (https://nextlocal.net)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jaggedsoft/node-binance-api/issues" | ||
}, | ||
"homepage": "https://github.com/jaggedsoft/node-binance-api#readme" | ||
} |