{
  "name": "gulp-stylus",
  "description": "Stylus plugin for gulp",
  "version": "3.0.1",
  "homepage": "http://github.com/stevelacy/gulp-stylus",
  "repository": {
    "type": "git",
    "url": "http://github.com/stevelacy/gulp-stylus.git"
  },
  "author": "Steve Lacy <me@slacy.me> (http://slacy.me)",
  "main": "./index.js",
  "dependencies": {
    "accord": "^0.30.0",
    "lodash.assign": "^4.2.0",
    "plugin-error": "^2.0.1",
    "replace-ext": "2.0.0",
    "stylus": "^0.59.0",
    "through2": "^4.0.2",
    "vinyl-sourcemaps-apply": "^0.2.1"
  },
  "devDependencies": {
    "gulp-sourcemaps": "^3.0.0",
    "mocha": "^10.1.0",
    "should": "^13.2.3",
    "vinyl": "^3.0.0"
  },
  "engines": {
    "node": ">= 4.2.0"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stevelacy/gulp-stylus/issues"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "keywords": [
    "gulp",
    "stylus",
    "css",
    "preprocessor",
    "gulpplugin",
    "gulp-plugin"
  ]
}
