{
  "name": "stylus",
  "description": "Robust, expressive, and feature-rich CSS superset",
  "version": "0.49.3",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "keywords": [
    "css",
    "parser",
    "style",
    "stylesheets",
    "jade",
    "language"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/LearnBoost/stylus.git"
  },
  "main": "./index.js",
  "browserify": "./lib/browserify.js",
  "engines": {
    "node": "*"
  },
  "bin": {
    "stylus": "./bin/stylus"
  },
  "scripts": {
    "prepublish": "npm prune",
    "test": "mocha test/ test/middleware/ --require should --bail --reporter dot",
    "test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
  },
  "dependencies": {
    "css-parse": "1.7.x",
    "mkdirp": "0.3.x",
    "debug": "*",
    "sax": "0.5.x",
    "glob": "3.2.x",
    "source-map": "0.1.x"
  },
  "devDependencies": {
    "should": "2.x",
    "mocha": "*",
    "jscoverage": "0.3.8"
  },
  "bugs": {
    "url": "https://github.com/LearnBoost/stylus/issues"
  },
  "homepage": "https://github.com/LearnBoost/stylus",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  },
  "license": "MIT",
  "_id": "stylus@0.49.3",
  "_shasum": "1fbdabe479ed460872c71a6252a67f95040ba511",
  "_from": "stylus@>=0.49.0 <0.50.0",
  "_npmVersion": "1.4.9",
  "_npmUser": {
    "name": "kizu",
    "email": "kizmarh@ya.ru"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "kizu",
      "email": "kizmarh@ya.ru"
    }
  ],
  "dist": {
    "shasum": "1fbdabe479ed460872c71a6252a67f95040ba511",
    "tarball": "http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz"
  },
  "_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz",
  "readme": "ERROR: No README data found!"
}
