jantimon/css-exclude

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "css-exclude",
  "version": "0.3.1",
  "description": "postcss processor to remove css selectors with annotations",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jantimon/css-exclude"
  },
  "scripts": {
    "test": "istanbul cover _mocha --report html -- test/*.js --reporter spec",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "keywords": [
    "css",
    "node",
    "postcss"
  ],
  "author": "Jan Nicklas <j.nicklas@me.com> (https://github.com/jantimon)",
  "license": "MIT",
  "dependencies": {
    "css-annotation": "^0.4.0",
    "minimatch": "^2.0.1",
    "path-sort": "^0.1.0",
    "postcss": "^4.0.3",
    "urldata": "0.0.1"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "less": "^2.4.0",
    "mocha": "^2.1.0",
    "node-sass": "^2.0.1"
  },
  "bugs": {
    "url": "https://github.com/jantimon/css-exclude/issues"
  },
  "homepage": "https://github.com/jantimon/css-exclude"
}