Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/postcss-prefix-selector/
Upload File :
Current File : //etc/kibana/node_modules/postcss-prefix-selector/package.json

{
  "name": "postcss-prefix-selector",
  "description": "Prefix all CSS rules with a selector",
  "version": "1.7.2",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "contributors": [
    "Valentin Radulescu <valentin@radulescu.me> (https://valentin.io)"
  ],
  "license": "MIT",
  "repository": "RadValentin/postcss-prefix-selector",
  "bugs": "https://github.com/RadValentin/postcss-prefix-selector/issues",
  "homepage": "https://github.com/RadValentin/postcss-prefix-selector",
  "dependencies": {
    "postcss": "^7.0.0"
  },
  "devDependencies": {
    "husky": "^2.0.0",
    "istanbul": "~0.4.5",
    "lint-staged": "^8.0.0",
    "mocha": "~6.1.0",
    "prettier": "^1.11.1"
  },
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot",
    "precommit": "lint-staged",
    "lint": "prettier --write '**/*.{js,css}'"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "printWidth": 80,
    "singleQuote": true
  },
  "keywords": [
    "postcss",
    "prefix",
    "selectors",
    "postcss-plugin",
    "css",
    "selector",
    "plugin"
  ],
  "files": [
    "index.js"
  ]
}