{
  "name": "cmify",
  "version": "1.6.0",
  "description": "A node-first approach to CSS Modules",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "tape tests/index.js | tap-diff"
  },
  "keywords": [
    "css-modules",
    "postcss"
  ],
  "author": "joshwnj",
  "license": "MIT",
  "dependencies": {
    "caller": "^1.0.1",
    "dependency-graph": "^0.5.0",
    "falafel": "^2.0.0",
    "mkdirp": "^0.5.1",
    "postcss": "^5.0.19",
    "postcss-modules-extract-imports": "^1.0.0",
    "postcss-modules-local-by-default": "^1.0.1",
    "postcss-modules-parser": "^1.1.0",
    "postcss-modules-scope": "^1.0.0",
    "postcss-modules-values": "^1.1.1",
    "resolve": "^1.1.7",
    "string-to-stream": "^1.0.1",
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "standard": "^8.0.0",
    "tap-diff": "^0.1.1",
    "tape": "^4.5.1"
  },
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joshwnj/cmify.git"
  },
  "bugs": {
    "url": "https://github.com/joshwnj/cmify/issues"
  },
  "homepage": "https://github.com/joshwnj/cmify#readme"
}
