diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/postcss-minify-params/package.json | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/postcss-minify-params/package.json')
| -rw-r--r-- | node_modules/postcss-minify-params/package.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/node_modules/postcss-minify-params/package.json b/node_modules/postcss-minify-params/package.json new file mode 100644 index 00000000..2635f1bb --- /dev/null +++ b/node_modules/postcss-minify-params/package.json @@ -0,0 +1,55 @@ +{ + "name": "postcss-minify-params", + "version": "1.2.2", + "description": "Minify at-rule params with PostCSS", + "keywords": [ + "postcss", + "css", + "postcss-plugin", + "minify", + "optimise", + "params" + ], + "main": "dist/index.js", + "files": [ + "dist" + ], + "author": "Bogdan Chadkin <trysound@yandex.ru>", + "license": "MIT", + "repository": "ben-eb/postcss-minify-params", + "bugs": { + "url": "https://github.com/ben-eb/postcss-minify-params/issues" + }, + "homepage": "https://github.com/ben-eb/postcss-minify-params", + "dependencies": { + "alphanum-sort": "^1.0.1", + "postcss": "^5.0.2", + "postcss-value-parser": "^3.0.2", + "uniqs": "^2.0.0" + }, + "scripts": { + "prepublish": "del-cli dist && cross-env BABEL_ENV=publish buble src -o dist", + "pretest": "eslint src", + "report": "nyc report --reporter=html", + "test": "cross-env BABEL_ENV=test nyc mocha test --compilers js:buble/register" + }, + "devDependencies": { + "buble": "^0.12.5", + "cross-env": "^2.0.0", + "del-cli": "^0.2.0", + "eslint": "^2.13.1", + "eslint-config-postcss": "^2.0.2", + "mocha": "^2.5.3", + "nyc": "^7.0.0" + }, + "eslintConfig": { + "extends": "postcss", + "env": { + "mocha": true + } + }, + "nyc": { + "sourceMap": true, + "instrument": true + } +} |
