UNPKG

miaow-css-autoprefixer

Version:

Miaow的CSS自动前缀补全工具,只是对autoprefixer进行简单封装

35 lines (34 loc) 751 B
{ "name": "miaow-css-autoprefixer", "description": "Miaow的CSS自动前缀补全工具,只是对autoprefixer进行简单封装", "version": "1.1.0", "repository": "miaowjs/miaow-css-autoprefixer", "author": { "name": "anhulife", "email": "anhulife@gmail.com" }, "license": "MIT", "keywords": [ "miaow", "css", "autoprefixer" ], "dependencies": { "autoprefixer-core": "5.2.1", "postcss": "4.1.16" }, "devDependencies": { "miaow": "^5.1.1", "mocha": "^2.3.3", "eslint": "^1.7.2", "eslint-config-airbnb": "^0.1.0", "lodash.find": "^3.2.1" }, "scripts": { "postpublish": "cnpm sync miaow-css-autoprefixer", "test": "mocha" }, "engines": { "node": ">=0.10" } }