UNPKG

postcss-remove-prefixes

Version:
42 lines (41 loc) 884 B
{ "name": "postcss-remove-prefixes", "description": "Remove CSS vendor prefixes from your source.", "author": "John Otander", "version": "1.2.0", "main": "index.js", "bin": { "remove-prefixes": "cli.js" }, "directories": { "test": "test" }, "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "https://github.com/johnotander/postcss-remove-prefixes.git" }, "keywords": [ "css", "postcss", "postcss-plugin", "prefix", "vendor" ], "license": "MIT", "bugs": { "url": "https://github.com/johnotander/postcss-remove-prefixes/issues" }, "homepage": "https://github.com/johnotander/postcss-remove-prefixes", "dependencies": { "is-blank": "0.0.1", "is-vendor-prefixed": "0.0.1", "meow": "^3.3.0", "postcss": "^5.0.12" }, "devDependencies": { "mocha": "*" } }