{
  "name": "css2stylus",
  "description": "Converts CSS to Stylus.",
  "version": "0.5.0",
  "homepage": "http://css2stylus.com",
  "author": {
    "name": "Denis Ciccale",
    "email": "dciccale@gmail.com",
    "web": "http://twitter.com/tdecs"
  },
  "contributors": [
    {
      "name": "Jonathan Dumaine",
      "email": "jonathan.dumaine@dumstruck.com",
      "web": "http://www.jonathan-dumaine.com"
    },
    {
      "name": "Kyle King",
      "email": "kmking72@gmail.com",
      "web": "http://kyleking.me"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dciccale/css2stylus.js.git"
  },
  "bugs": {
    "url": "http://github.com/dciccale/css2stylus.js/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/dciccale/css2stylus.js/blob/master/LICENSE.txt"
    }
  ],
  "main": "./lib/css2stylus",
  "bin": {
    "css2stylus": "./bin/css2stylus"
  },
  "scripts": {
    "test": "./node_modules/.bin/xo && ./node_modules/.bin/nodeunit test/*.js",
    "publish-patch": "npm version patch && npm publish",
    "publish-minor": "npm version minor && npm publish",
    "publish-major": "npm version major && npm publish"
  },
  "preferGlobal": "true",
  "dependencies": {
    "yargs": "3.*.*"
  },
  "devDependencies": {
    "nodeunit": "^0.9.1",
    "xo": "^0.11.2"
  },
  "xo": {
    "space": "2",
    "rules": {
      "no-inline-comments": 0,
      "padded-blocks": 0,
      "one-var": 0
    }
  },
  "keywords": [
    "css2stylus",
    "css",
    "stylus",
    "converter"
  ],
  "engines": [
    "node >= 0.6.0"
  ]
}
