{
  "name": "postcss-gtk",
  "description": "Processes GTK+ CSS into browser CSS",
  "version": "1.0.2",
  "repository": {
    "type": "git",
    "url": "http://github.com/1j01/postcss-gtk.git"
  },
  "bugs": {
    "url": "http://github.com/1j01/postcss-gtk/issues"
  },
  "license": "MIT",
  "keywords": [
    "rework",
    "postcss",
    "postcss-plugin",
    "gtk",
    "gtk+",
    "gtk3",
    "css",
    "preprocessor",
    "processor",
    "converter",
    "conversion",
    "gtk-css",
    "styles",
    "stylesheet",
    "stylesheets",
    "theme",
    "themes",
    "linux",
    "os",
    "operating-system",
    "gui",
    "browser",
    "web"
  ],
  "main": "lib/postcss-gtk.js",
  "scripts": {
    "prepublish": "coffee -o lib/ -c src/",
    "test": "coffee test/test.coffee"
  },
  "dependencies": {
    "balanced-match": "^0.2.0",
    "color-convert": "^0.5.2",
    "color-parser": "^0.1.0",
    "postcss": "^4.1.5",
    "postcss-import": "^5.1.1"
  },
  "devDependencies": {
    "coffee-script": "^1.9.1",
    "glob": "^5.0.5",
    "mkdirp": "^0.5.0"
  }
}
