UNPKG

react-dfp

Version:

A React implementation of the google [DFP](https://developers.google.com/doubleclick-gpt/reference "GPT Reference") API. This package is inspired in the awesome library [jquery.dfp](https://github.com/coop182/jquery.dfp.js), and aims to provide its same e

94 lines (93 loc) 2.59 kB
{ "name": "react-dfp", "version": "0.21.0", "homepage": "https://github.com/jaanauati/react-dfp/", "author": { "name": "Jonatan Alexis Anauati", "email": "barakawins@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/jaanauati/react-dfp.git" }, "scripts": { "watch": "NODE_ENV=production babel --watch js --out-dir lib", "build": "NODE_ENV=production babel js --out-dir lib", "test": "karma start karma.conf.js 2> /dev/null", "clean": "rm ./lib/*.js", "eslint": "eslint js 2> /dev/null", "dist": "npm run eslint && npm run clean && npm run build && npm run test" }, "bugs": { "mail": "barakawins@gmail.com", "url": "https://github.com/jaanauati/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": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/plugin-proposal-object-rest-spread": "^7.3.2", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.1", "@babel/preset-react": "^7.0.0", "array.from": "^1.0.1", "babel-eslint": "^8.2.2", "babel-loader": "^8.0.0-beta.3", "babel-preset-airbnb": "^2.2.3", "brfs": "^2.0.2", "chai": "^3.5.0", "escope": "^3.3.0", "eslint": "^4.19.1", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3", "estraverse": "^4.2.0", "jasmine-core": "^2.99.1", "jsdom": "^11.12.0", "karma": "^4.1.0", "karma-chai": "^0.1.0", "karma-jasmine": "^2.0.1", "karma-jsdom-launcher": "^6.1.3", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-script-launcher": "^1.0.0", "karma-sinon": "^1.0.4", "karma-webpack": "^3.0.5", "mocha": "^5.2.0", "react": "^16.4.2", "react-addons-test-utils": ">= 15.0.2", "react-dom": "^16.4.2", "sinon": "^2.3.1", "sinon-chai": "^2.14.0", "webpack": "^4.41.6" }, "engines": { "node": ">=6.0.0" }, "licenses": [ { "type": "MIT", "url": "http://github.com/jaanauati/react-dfp/raw/master/LICENSE" } ], "dependencies": { "babel-plugin-transform-object-assign": "^6.22.0", "prop-types": "^15.6.1" } }