{
  "name": "@ryb73/bs-napster-api",
  "version": "0.1.1",
  "description": "BuckleScript client for Napster's REST API",
  "files": [
    "/bsconfig.json",
    "/src"
  ],
  "keywords": [
    "bucklescript",
    "napster",
    "reason",
    "reasonml"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:ryb73/bs-napster-api.git"
  },
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "build": "npm run clean && bsb -make-world",
    "clean": "rm -rf lib && bsb -clean-world",
    "postinstall": "[ ! -f package-links.json ] || ppl link-file",
    "test": "echo \"Warning: no test specified\"",
    "watch": "npm run clean && bsb -make-world -w"
  },
  "peerDependencies": {
    "bs-platform": "^6.0.1"
  },
  "dependencies": {
    "@ryb73/bs-superagent": "^0.4.0",
    "@ryb73/opt-ex": "^0.3.1",
    "@ryb73/prom-ex": "^1.0.1",
    "decco": "^1.0.0"
  },
  "devDependencies": {
    "bs-platform": "^6.0.1"
  }
}
