forked from amobiz/react-simple-dfp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 731 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-simple-dfp",
"version": "0.3.0",
"description": "A simple React component for DFP - DoubleClick for Publishers.",
"main": "lib/component.js",
"keywords": [
"advertising",
"component",
"dfp",
"doubleclick",
"doubleclick for publishers",
"gpt",
"react"
],
"author": "Amobiz",
"contributors": [
"ALi Li (https://github.com/esbb48)",
"Ufuk BAYIR (https://github.com/ufukbay)",
"blaand (https://github.com/blaand)"
],
"license": "MIT",
"dependencies": {
"create-react-class": "^15.6.2",
"prop-types": "^15.6.0"
},
"devDependencies": {
"eslint": "^3.2.2",
"prettier": "^1.17.1"
},
"peerDependencies": {
"react": ">= 15.3.0"
}
}