feedm3/hypem-resolver

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hypem-resolver",
  "version": "1.2.5",
  "description": "Resolve a hypem song url to it's soundcloud/mp3 url",
  "homepage": "https://github.com/feedm3/hypem-resolver",
  "main": "hypem-resolver.js",
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec",
    "test-win": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
    "test-watch": "mocha ./test --recursive --watch"
  },
  "keywords": [
    "hypem",
    "soundcloud",
    "mp3",
    "converter"
  ],
  "author": "Fabian Dietenberger <piano.fabian@t-online.de>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:feedm3/hypem-resolver.git"
  },
  "bugs": {
    "url": "https://github.com/feedm3/hypem-resolver/issues"
  },
  "dependencies": {
    "bluebird": "^3.3.3",
    "lodash": "^4.6.1",
    "request": "^2.69.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.3"
  },
  "engines": {
    "node": ">=0.12.x"
  }
}