{
  "name": "postcss-ant",
  "version": "2.1.1",
  "license": "MIT",
  "description": "Layouts made fun.",
  "homepage": "https://corysimmons.github.io/postcss-ant",
  "author": "Cory Simmons <github.cory@mailhero.io> (https://corysimmons.com)",
  "contributors": [
    "Neil Kistner"
  ],
  "repository": "corysimmons/postcss-ant",
  "main": "./build/index.js",
  "jsnext:main": "./lib/index.js",
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ],
    "plugins": [
      "transform-flow-strip-types",
      "add-module-exports"
    ]
  },
  "scripts": {
    "start": "npm-run-all -p babel test",
    "babel": "babel -w lib -d build",
    "test": "npm-run-all -p test:*",
    "test:ava": "ava --verbose -w --source features/**/locked.css",
    "test:chokidar": "chokidar test/features/**/style.css -c 'postcss -w --local-plugins -u ./build/index.js {path} -o (echo {path} | cut -d \".\" -f 1).posted.css'",
    "test:browser-sync": "browser-sync start -s --no-open --no-notify --directory --startPath=test/features --files=test/features/**/index.html,test/features/**/style.posted.css,test/features/common.css,build/**/*",
    "playground": "npm-run-all -p playground:*",
    "playground:sass": "node-sass --output-style expanded -w playground/css/style.scss playground/css/style.css",
    "playground:postcss": "postcss -w --local-plugins -u ./build/index.js -o playground/css/style.posted.css playground/css/style.css",
    "playground:browser-sync": "browser-sync start -s --no-notify --startPath=playground --files=playground/index.html,playground/css/style.posted.css",
    "markdown-toc": "markdown-toc -i README.md"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "lodash": "^4.16.4",
    "postcss": "^5.2.5",
    "postcss-value-parser": "^3.3.0"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "babel-cli": "^6.18.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-flow-strip-types": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "browser-sync": "^2.17.5",
    "chokidar-cli": "^1.2.0",
    "markdown-toc": "^0.13.0",
    "npm-run-all": "^3.1.1",
    "postcss-cli": "^2.6.0"
  }
}
