{
  "name": "turl",
  "version": "1.1.2",
  "description": "http://tinyurl.com URL Shortener Node.js module",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jkernech/node-turl.git"
  },
  "author": "Julien Kernec'h",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jkernech/node-turl/issues"
  },
  "homepage": "https://github.com/jkernech/node-turl/#readme",
  "keywords": [
    "tinyurl",
    "shorturl",
    "url shortener"
  ],
  "dependencies": {},
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.10.3",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "sinon": "^2.4.1"
  }
}
