UNPKG

postcss-scopeify-everything

Version:
43 lines (42 loc) 885 B
{ "name": "postcss-scopeify-everything", "version": "0.7.1", "description": "PostCSS plugin to scopify every CSS selector", "main": "index.js", "repository": "git@github.com:neurosnap/postcss-scopeify-everything.git", "scripts": { "test": "tape-dots test.js" }, "keywords": [ "scope", "scopify", "scopeify", "everything", "selector", "css", "class", "element", "id", "keyframes", "font-face", "postcss", "plugin" ], "author": "Eric Bower", "license": "MIT", "dependencies": { "postcss-safe-parser": "^2.0.0" }, "peerDependencies": { "postcss": "5.x" }, "devDependencies": { "autoprefixer": "^6.4.0", "eslint": "^3.3.0", "eslint-config-airbnb-base": "^5.0.2", "eslint-plugin-import": "^1.13.0", "postcss": "^5.2.0", "tape": "^4.6.0", "tape-dots": "^1.0.0" } }