GarthDB/postcss-inherit

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "postcss-inherit",
  "description": "PostCSS plugin inherit rules from other selectors",
  "main": "./lib/index.js",
  "scripts": {
    "start": "nps",
    "test": "nyc ava",
    "prepare": "nps build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GarthDB/postcss-inherit.git"
  },
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "inherit",
    "extend"
  ],
  "ava": {
    "files": [
      "test/*.js"
    ],
    "require": [
      "babel-register",
      "babel-polyfill"
    ],
    "babel": "inherit"
  },
  "nyc": {
    "include": [
      "./src/*.js"
    ],
    "require": [
      "babel-register"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/garthdb/postcss-inherit/issues"
  },
  "homepage": "https://github.com/garthdb/postcss-inherit#readme",
  "dependencies": {
    "debug": "^3.1.0",
    "postcss": "^6.0.22",
    "postcss-inherit-parser": "^0.2.0"
  },
  "devDependencies": {
    "atomdoc-cli": "^1.1.1",
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^4.1.6",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "codecov": "^3.0.2",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.8.2",
    "nps": "^5.9.0",
    "nyc": "^11.7.3",
    "perfectionist": "^2.4.0",
    "postcss-import": "^11.1.0",
    "topcoat-utils": "^1.0.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    }
  },
  "version": "4.1.0"
}