{   "name": "stylus"
  , "description": "Robust, expressive, and feature-rich CSS superset"
  , "version": "0.32.1"
  , "author": "TJ Holowaychuk <tj@vision-media.ca>"
  , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]
  , "repository": "git://github.com/learnboost/stylus"
  , "main": "./index.js"
  , "engines": { "node": "*" }
  , "bin": { "stylus": "./bin/stylus" }
  , "scripts" : { "prepublish" : "npm prune", "test": "make test" }
  , "dependencies": {
      "cssom": "0.2.x"
    , "mkdirp": "0.3.x"
    , "debug": "*"
  }
  , "devDependencies": {
      "should": "*"
    , "mocha": "*"
  }
}
