{
  "name": "slugify",
  "version": "1.2.1",
  "description": "Slugifies a String",
  "keywords": [
    "slugify",
    "slug",
    "url",
    "urlify"
  ],
  "license": "MIT",
  "homepage": "https://github.com/simov/slugify",
  "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
  "repository": {
    "type": "git",
    "url": "https://github.com/simov/slugify.git"
  },
  "devDependencies": {
    "coveralls": "^2.11.15",
    "eslint": "^3.12.2",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "main": "./index.js",
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "scripts": {
    "test": "npm run lint && npm run test-ci && echo Tests Passed",
    "test-ci": "mocha",
    "test-cov": "istanbul cover _mocha",
    "lint": "eslint **/*.js && echo Lint Passed"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
