{
  "name": "postcss-short-spacing",
  "version": "1.0.0",
  "description": "Write shorthand margin and padding properties while omitting edges in CSS",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "omits",
    "shorthands",
    "margins",
    "paddings",
    "properties",
    "property"
  ],
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/jonathantneal/postcss-short-spacing.git"
  },
  "bugs": {
    "url": "https://github.com/jonathantneal/postcss-short-spacing/issues"
  },
  "homepage": "https://github.com/jonathantneal/postcss-short-spacing",
  "dependencies": {
    "postcss": "^5.0.4"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.0.0",
    "gulp-mocha": "^2.1.3"
  },
  "scripts": {
    "test": "gulp"
  },
  "engines": {
    "iojs": ">=2.0.0",
    "node": ">=0.12.0"
  }
}
