forked from coop182/jquery.dfp.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dfp.jquery.json
29 lines (29 loc) · 794 Bytes
/
dfp.jquery.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
{
"name": "dfp",
"title": "jQuery DFP",
"description": "A jQuery implementation for Google DoubleClick for Publishers (DFP)",
"keywords": [
"DFP",
"google",
"ads",
"advertising"
],
"version": "2.4.2",
"author": {
"name": "Matt Cooper",
"email": "matt@matthewcooper.net",
"url": "http://matthewcooper.net"
},
"homepage": "https://github.com/coop182/jquery.dfp.js",
"bugs": "https://github.com/coop182/jquery.dfp.js/issues",
"docs": "https://github.com/coop182/jquery.dfp.js",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/coop182/jquery.dfp.js/blob/master/MIT-License.txt"
}
],
"dependencies": {
"jquery": ">= 1.7"
}
}