{
  "name": "react-dfp-extended",
  "version": "0.7.1",
  "homepage": "https://github.com/jeffersonlicet/react-dfp/",
  "author": {
    "name": "Jonatan Alexis Anauati",
    "email": "barakawins@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeffersonlicet/react-dfp.git"
  },
  "scripts": {
    "dist": "./node_modules/.bin/grunt dist",
    "test": "./node_modules/.bin/grunt test"
  },
  "bugs": {
    "mail": "jeffersonlicet@gmail.com",
    "url": "https://github.com/jeffersonlicet/react-dfp/issues/"
  },
  "keywords": [
    "react",
    "gpt",
    "dfp",
    "google dfp",
    "google doubleclick for publishers",
    "advertising",
    "react-component"
  ],
  "main": "lib/index.js",
  "peerDependencies": {
    "react": ">=0.14.0",
    "react-dom": ">=0.14.0"
  },
  "devDependencies": {
    "array.from": "^1.0.1",
    "babel-cli": "^6.5.2",
    "babel-eslint": "^7.2.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-plugin-transform-react-inline-elements": "^6.8.0",
    "babel-polyfill": "^6.7.4",
    "babel-preset-airbnb": "^2.2.3",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.3.0",
    "brfs": "^1.4.2",
    "browser-sync": "^2.18.8",
    "browserify": "^14.3.0",
    "browserify-istanbul": "^2.0.0",
    "browserify-shim": "^3.8.0",
    "chai": "^3.5.0",
    "escope": "^3.3.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "estraverse": "^4.2.0",
    "grunt": "1.0.1",
    "grunt-babel": "^6.0.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-eslint": "^19.0.0",
    "grunt-karma": "^2.0.0",
    "jasmine-core": "^2.4.1",
    "jsdom": "^9.12.0",
    "karma": "^1.6.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-browserify": "^5.1.1",
    "karma-chai": "^0.1.0",
    "karma-jasmine": "^1.0.2",
    "karma-jsdom-launcher": "^6.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-script-launcher": "^1.0.0",
    "karma-sinon": "^1.0.4",
    "load-grunt-config": "^0.19.2",
    "mocha": "^3.2.0",
    "react": ">= 15.0.2",
    "react-addons-test-utils": ">= 15.0.2",
    "react-dom": ">= 15.0.2",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.6.0",
    "time-grunt": "^1.4.0",
    "watchify": "^3.9.0"
  },
  "engines": {
    "node": "<=6.0.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/jaanauati/react-dfp/raw/master/LICENSE"
    }
  ],
  "babel": {
    "plugins": [
      "transform-object-rest-spread"
    ]
  },
  "dependencies": {
    "babel-plugin-transform-object-assign": "^6.22.0",
    "prop-types": "^15.5.6"
  }
}
