{
  "name": "urlify",
  "version": "0.3.6",
  "author": "Enno Boland <eb@s01.de>",
  "description": "simplifies converting utf8 strings to ASCII strings which can be used as readable URL-segments.",
  "main": "./index",
  "repository": {
    "type": "git",
    "url": "https://github.com/Gottox/node-urlify.git"
  },
  "keywords": [
    "url",
    "urlify"
  ],
  "dependencies" : {
  },
  "devDependencies": {
    "mocha": "*",
    "expect.js": "*",
    "browserbuild": "*"
  },
  "scripts" : {
    "prepublish" : "make",
    "test" : "make test"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.6"
  }
}
