{
  "name": "postcss-property-lookup",
  "version": "1.2.1",
  "description": "PostCSS plugin that allows referencing property values without a variable",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "property-lookup"
  ],
  "author": "Simon Smith <me@simonsmith.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/simonsmith/postcss-property-lookup.git"
  },
  "main": "build/index.js",
  "dependencies": {
    "object-assign": "^4.0.1",
    "postcss": "^5.0.4",
    "tcomb": "^2.5.1"
  },
  "devDependencies": {
    "babel-core": "^6.3.26",
    "babel-preset-es2015": "^6.3.13",
    "chai": "^3.0.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-eslint": "^1.1.1",
    "gulp-mocha": "^2.1.2"
  },
  "scripts": {
    "test": "gulp",
    "prepublish": "npm run build",
    "build": "gulp build"
  }
}
