{
  "name": "stylecow",
  "description": "Modern CSS for all browsers",
  "engines": {
    "node": ">=4.0"
  },
  "keywords": [
    "css",
    "parser",
    "processor",
    "sourcemap",
    "watch",
    "live-reload"
  ],
  "version": "7.4.0",
  "author": "Oscar Otero <oom@oscarotero.com>",
  "homepage": "https://stylecow.github.io/",
  "bugs": "https://github.com/stylecow/stylecow/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/stylecow/stylecow.git"
  },
  "license": "MIT",
  "dependencies": {
    "browserslist": "^1.3.6",
    "chalk": "^1.1.3",
    "chokidar": "^1.6.0",
    "commander": "^2.9.0",
    "figures": "^1.7.0",
    "glob": "^7.1.0",
    "inquirer": "^1.1.3",
    "mkdirp": "^0.5.1",
    "stylecow-core": "^2.4.0",
    "stylecow-plugins": "^1.5.2",
    "update-notifier": "^1.0.2",
    "ws": "^1.1.1"
  },
  "devDependencies": {
    "mocha": "^3.0.2"
  },
  "scripts": {
    "test": "mocha tests/cases.js"
  },
  "bin": {
    "stylecow": "./bin/stylecow"
  }
}
