sandark7/rollup-plugin-stylint

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rollup-plugin-stylint",
  "version": "1.0.0",
  "description": "Lint all your entry stylus files with stylint",
  "main": "dist/rollup-plugin-stylint.js",
  "module": "dist/rollup-plugin-stylint.es.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sandark7/rollup-plugin-stylint.git"
  },
  "keywords": [
    "rollup",
    "rollup-plugin",
    "stylus",
    "stylint",
    "lint"
  ],
  "author": {
    "name": "Andrew Smirnov",
    "email": "sandark7@gmail.com",
    "url": "https://github.com/sandark7"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sandark7/rollup-plugin-stylint/issues"
  },
  "homepage": "https://github.com/sandark7/rollup-plugin-stylint#readme",
  "dependencies": {
    "rollup-pluginutils": "2.0.1",
    "stylint": "1.5.9"
  },
  "devDependencies": {
    "rollup": "0.41.6"
  }
}