{
  "name": "dashify",
  "description": "Convert a camelcase or space-separated string to a dash-separated string.",
  "version": "0.1.0",
  "homepage": "https://github.com/jonschlinkert/dashify",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/dashify.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/dashify/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/dashify/blob/master/LICENSE"
  },
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "keywords": [
    "dash",
    "dashcase",
    "dasherize",
    "dashify",
    "slug",
    "slugify"
  ]
}