-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 942 Bytes
/
package.json
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
34
35
36
37
38
39
40
41
42
{
"name": "@rentpath/react-simple-dfp",
"version": "2.1.3",
"description": "A simple React component for DFP - DoubleClick for Publishers based on @amobiz/react-simple-dfp.",
"main": "lib/component.js",
"scripts": {
"lint": "eslint ."
},
"types": "./lib/index.d.ts",
"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)",
"RentPath"
],
"license": "MIT",
"dependencies": {
"create-react-class": "^15.6.2",
"prop-types": "^15.6.0",
"react": "^16.8.6"
},
"devDependencies": {
"eslint": "^3.2.2"
},
"peerDependencies": {
"react": ">= 15.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/",
"scope": "@rentpath"
}
}