{
  "name": "wintersmith-stylus",
  "version": "0.5.1",
  "author": "Jon Wong <j@jnwng.com>",
  "description": "stylus plugin for wintersmith",
  "keywords": [
    "wintersmith-plugin"
  ],
  "license": "MIT",
  "dependencies": {
    "coffee-script": "^1.7.1",
    "nib": "^1.0.3",
    "stylus": ">=0.19.x"
  },
  "devDependencies": {
    "mocha": "^1.21.3",
    "should": "~4.0.4",
    "wintersmith": "^2.1.0"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec"
  }
}
