UNPKG

854 BJSONView Raw
1{
2 "name": "postcss-discard-empty",
3 "version": "1.1.0",
4 "description": "Discard empty rules and values with PostCSS.",
5 "main": "index.js",
6 "scripts": {
7 "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js",
8 "test": "tape test.js | tap-spec"
9 },
10 "keywords": [
11 "css",
12 "comments",
13 "postcss",
14 "postcss-plugins"
15 ],
16 "license": "MIT",
17 "dependencies": {
18 "postcss": "^4.1.2"
19 },
20 "devDependencies": {
21 "jshint": "^2.6.3",
22 "jshint-stylish": "^1.0.1",
23 "tap-spec": "^2.2.2",
24 "tape": "^3.5.0"
25 },
26 "homepage": "https://github.com/ben-eb/postcss-discard-empty",
27 "author": {
28 "name": "Ben Briggs",
29 "email": "beneb.info@gmail.com",
30 "url": "http://beneb.info"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git://github.com/ben-eb/postcss-discard-empty.git"
35 }
36}