Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Eyrick authored Jan 7, 2018
1 parent 41bc8fb commit ce7d5d3
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": "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"
}

0 comments on commit ce7d5d3

Please sign in to comment.