{
  "name": "postcss-compass",
  "version": "0.0.2",
  "description": "PostCSS plugin for migration from Compass to Libsass",
  "main": "index.js",
  "homepage": "https://github.com/Jman/postcss-compass",
  "author": {
    "name": "Eugene Tereshchenko",
    "email": "i@jman.info"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Jman/postcss-compass.git"
  },
  "bugs": {
    "url": "https://github.com/Jman/postcss-compass/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Jman/postcss-compass/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": [
    "postcss",
    "compass",
    "libsass",
    "postcss-plugin"
  ],
  "dependencies": {
    "image-size": "^0.5.1",
    "postcss": "^5.2.11"
  },
  "devDependencies": {
    "jest": "^20.0.4"
  }
}
