{
  "name": "postcss-property-lookup",
  "version": "2.0.0",
  "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": "^6.0.6",
    "tcomb": "^3.2.21"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.3.26",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.6.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.7.0",
    "jest": "^20.0.4"
  },
  "scripts": {
    "lint": "eslint lib/index.js test/test.js",
    "build": "babel lib --out-dir build",
    "test": "jest",
    "posttest": "npm run lint",
    "prepublish": "npm run build"
  }
}
