{
  "name": "slugify",
  "version": "1.0.2",
  "description": "Slugifies a string",
  "keywords": [
    "slugify",
    "slug",
    "url",
    "urlify"
  ],
  "license": "MIT",
  "homepage": "https://github.com/simov/slugify",
  "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (http://simov.github.io)",
  "repository": {
    "type": "git",
    "url": "https://github.com/simov/slugify.git"
  },
  "devDependencies": {
    "coveralls": "^2.11.12",
    "eslint": "^3.2.2",
    "eslint-config-standard": "^5.3.5",
    "eslint-plugin-promise": "^2.0.1",
    "eslint-plugin-standard": "^2.0.0",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.2"
  },
  "main": "./lib/index.js",
  "files": [
    "LICENSE",
    "README.md",
    "lib/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 test/ && echo Lint Passed"
  }
}
