UNPKG

coinspot-async-api

Version:
36 lines (35 loc) 688 B
{ "name": "coinspot-async-api", "version": "0.1.2", "description": "An async api for coinspot", "main": "index.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/kochie/coinspot-async-api.git" }, "keywords": [ "coinspot", "crypto", "rest" ], "author": "robert@kochie.io", "license": "ISC", "bugs": { "url": "https://github.com/kochie/coinspot-async-api/issues" }, "homepage": "https://github.com/kochie/coinspot-async-api#readme", "dependencies": { "cheerio": "^1.0.0-rc.2", "isomorphic-fetch": "^2.2.1" }, "prettier": { "useTabs": true, "tabWidth": 4 }, "devDependencies": { "ava": "^0.24.0" } }