UNPKG

open-libra

Version:
47 lines (46 loc) 1.01 kB
{ "name": "open-libra", "version": "0.1.1", "description": "Simple client for Open Libra API", "main": "index.js", "scripts": { "lint": "standard", "coverage": "istanbul cover tape -- test/*-test.js", "test": "npm run lint && tape test/*-test.js | tap-spec" }, "repository": { "type": "git", "url": "https://github.com/epestanamx/open-libra.git" }, "keywords": [ "open", "libra", "api", "cliente", "client", "open", "libra", "open", "libra", "api", "it", "books" ], "author": "Ernesto Pestaña <epestanamx@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/epestanamx/open-libra/issues" }, "homepage": "https://github.com/epestanamx/open-libra#readme", "devDependencies": { "istanbul": "^0.4.2", "nock": "^5.2.1", "standard": "^5.4.1", "tap-spec": "^4.1.1", "tape": "^4.4.0" }, "dependencies": { "client-request": "^1.0.1", "querystring": "^0.2.0" } }