{ "name": "postcss-unprefix", "version": "0.0.1", "description": "PostCSS plugin unprefix", "keywords": ["postcss", "css", "postcss-plugin", "autoprefixer", "prefix", "unprefix"], "author": "一丝 ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yisibl/postcss-unprefix.git" }, "dependencies": { "postcss": "^5.0.14", "postcss-flexboxfixer": "^0.0.4", "postcss-gradientfixer": "^0.0.5" }, "devDependencies": { "tape": "^4.4.0" }, "scripts": { "test": "tape test" } }