{
  "name": "stylus-nocache-loader",
  "version": "1.5.0",
  "description": "Stylus loader for webpack, with added option to disable buggy cache",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/"
  ],
  "scripts": {
    "test": "testem ci",
    "test-dev": "testem -l firefox",
    "test-one": "testem ci -l firefox",
    "test-build": "webpack --config test/webpack.config.js --output-path test/tmp --output-file bundle.js"
  },
  "author": "Andrew Bradley <cspotcode@gmail.com> (http://www.cspotcode.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:cspotcode/stylus-loader.git"
  },
  "bugs": {
    "url": "https://github.com/shama/stylus-loader/issues"
  },
  "dependencies": {
    "loader-utils": "^0.2.9",
    "stylus": "^0.52.4",
    "when": "~3.6.x"
  },
  "devDependencies": {
    "benchmark": "^1.0.0",
    "css-loader": "^0.14.0",
    "mocha": "~2.1.0",
    "mocha-loader": "~0.7.1",
    "nib": "^1.0.4",
    "node-libs-browser": "^0.5.2",
    "raw-loader": "~0.5.1",
    "should": "~4.6.1",
    "style-loader": "^0.12.2",
    "testem": "^0.8.3",
    "webpack": "^1.9.8",
    "webpack-dev-server": "~1.7.0"
  },
  "keywords": [
    "webpack",
    "loader",
    "stylus"
  ]
}
