kripod/monero-prices.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "monero-prices",
  "version": "1.0.0",
  "description": "Wrapper for the API methods of moneropric.es",
  "author": {
    "name": "Kristóf Poduszló"
  },
  "main": "lib/index.js",
  "directories": {
    "lib": "./lib",
    "example": "./example"
  },
  "scripts": {
    "start": "node ./example",
    "test": "rimraf ./coverage && istanbul cover ./tests",
    "docs": "jsdoc2md ./lib/**/*.js -t ./jsdoc2md/README.hbs > ./README.md"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.1.1",
    "eslint": "^1.10.3",
    "istanbul": "^0.4.1",
    "jsdoc": "^3.4.0",
    "jsdoc-to-markdown": "^1.3.3",
    "rimraf": "^2.5.0",
    "tape": "^4.4.0"
  },
  "keywords": [
    "monero",
    "price",
    "moneropric.es",
    "cryptocurrency"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kripod/monero-prices.js.git"
  },
  "bugs": {
    "url": "https://github.com/kripod/monero-prices.js/issues"
  },
  "license": "MIT",
  "dependencies": {
    "request-promise": "^1.0.2"
  }
}