{
  "name": "binary-case",
  "version": "1.1.4",
  "description": "Take a string and a number and perform binary case switching on alpha characters.",
  "main": "index.js",
  "scripts": {
    "test": "nyc tape test.js && nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gi60s/binary-case.git"
  },
  "keywords": [
    "case",
    "letter",
    "alpha"
  ],
  "author": "James Speirs",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Gi60s/binary-case/issues"
  },
  "homepage": "https://github.com/Gi60s/binary-case#readme",
  "devDependencies": {
    "coveralls": "^2.11.14",
    "nyc": "^8.4.0",
    "tape": "^4.6.2"
  }
}
