{
  "name": "stylelint-selector-pattern",
  "version": "0.0.2",
  "description": "A stylelint plugin checks selectors with a regular expression",
  "main": "index.js",
  "scripts": {
    "lint": "jshint --exclude node_modules .",
    "test": "istanbul cover test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xi/stylelint-selector-pattern.git"
  },
  "keywords": [
    "stylelint",
    "stylelint-plugin",
    "css",
    "nesting",
    "linter",
    "bem"
  ],
  "author": "Tobias Bengfort <tobias.bengfort@posteo.de>",
  "license": "MIT",
  "files": ["index.js", "lib"],
  "dependencies": {
    "lodash": "^4.2.0",
    "postcss-resolve-nested-selector": "^0.1.1",
    "stylelint": "^7.8.0"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "jshint": "^2.9.4",
    "stylelint-test-rule-tape": "^0.2.0"
  }
}
