{
  "name": "net-promoter-score",
  "version": "0.0.2",
  "description": "Calculate a Net Promoter Score (NPS)",
  "main": "index.js",
  "scripts": {
    "test": "node test/.",
    "example": "node example/."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samcus/net-promoter-score.git"
  },
  "keywords": [
    "nps",
    "net",
    "promoter",
    "score",
    "usability",
    "ux"
  ],
  "author": "Samuel Anthony Custer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samcus/net-promoter-score/issues"
  },
  "homepage": "https://github.com/samcus/net-promoter-score#readme",
  "devDependencies": {
    "tape": "^4.6.3"
  },
  "dependencies": {
    "bluebird": "^3.4.7"
  }
}
