{
  "name": "postcss-nesting",
  "version": "4.2.1",
  "description": "Nest style and media rules inside each another, following the CSS Nesting Module Level 3 specification",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": "jonathantneal/postcss-nesting",
  "homepage": "https://github.com/jonathantneal/postcss-nesting#readme",
  "bugs": "https://github.com/jonathantneal/postcss-nesting/issues",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "clean": "git clean -X -d -f",
    "prepublish": "npm test",
    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    "test:js": "eslint *.js --cache --ignore-pattern .gitignore",
    "test:tape": "postcss-tape"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "postcss": "^6.0.11"
  },
  "devDependencies": {
    "eslint": "^4.7.1",
    "eslint-config-dev": "^2.0.0",
    "postcss-tape": "^2.1.0",
    "pre-commit": "^1.2.2"
  },
  "eslintConfig": {
    "extends": "dev"
  },
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "atrules",
    "child",
    "children",
    "cssnext",
    "nested",
    "nestings",
    "rules",
    "selectors",
    "syntax",
    "specifications",
    "specs",
    "w3c",
    "csswg"
  ]
}
