{
  "name": "link-short",
  "version": "1.5.4",
  "description": "URL Shortener",
  "main": "src/server.js",
  "scripts": {
    "test": "test/__api.js"
  },
  "keywords": [
    "URL",
    "Shortener",
    "API"
  ],
  "author": "Melony Smith",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.15.2",
    "chai": "^3.5.0",
    "chalk": "^1.1.3",
    "dotenv": "^2.0.0",
    "express": "^4.14.0",
    "fs": "0.0.1-security",
    "log-timestamp": "^0.1.2",
    "mysql": "^2.12.0",
    "sequelize": "^3.29.0",
    "supertest": "^2.0.1"
  },
  "devDependencies": {
    "eslint": "^3.13.1",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.9.0",
    "mocha": "^3.2.0"
  }
}
