{
  "name": "postcss-transform-animations",
  "version": "1.0.3",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "ava",
    "build": "babel src --out-dir dist"
  },
  "files": "dist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacobp100/postcss-transform-animations.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jacobp100/postcss-transform-animations/issues"
  },
  "homepage": "https://github.com/jacobp100/postcss-transform-animations#readme",
  "devDependencies": {
    "ava": "^0.14.0",
    "babel": "^6.5.2",
    "babel-cli": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.18.0",
    "eslint": "^2.9.0",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.0"
  },
  "dependencies": {
    "lodash": "^4.12.0",
    "postcss": "^5.0.21"
  },
  "ava": {
    "files": [
      "test/*.js"
    ],
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  }
}
