{
  "name": "shefin-tinyurl",
  "version": "1.0.0",
  "description": "TinyURL.com URL Shortener Node.js Module",
  "main": "index.js",
  "devDependencies": {
    "gulp": "3.8.11",
    "gulp-jshint": "1.10.0",
    "gulp-markdown": "1.0.0"
  },
  "scripts": {
    "main": "node index.js",
    "test": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JeffResc/TinyURL-Node.js.git"
  },
  "keywords": [
    "TinyURL",
    "url",
    "short",
    "shortener"
  ],
  "author": "JeffResc",
  "bugs": {
    "url": "https://github.com/JeffResc/TinyURL-Node.js/issues"
  },
  "homepage": "https://github.com/JeffResc/TinyURL-Node.js",
  "readmeFile": "README.md",
  "license": "MIT"
}
