forked from vincepare/iframeTracker-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 668 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 668 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
34
{
"name": "jquery.iframetracker",
"version": "1.1.0",
"homepage": "https://github.com/vincepare/iframeTracker-jquery",
"authors": [
"Vincent Paré"
],
"description": "jQuery Plugin to track click on iframes (like Google Adsense or Facebook Like button).",
"main": "jquery.iframetracker.js",
"moduleType": [
"globals"
],
"keywords": [
"iframe",
"youtube",
"adsense",
"advertising",
"click"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"README.md",
"package.json"
],
"dependencies": {
"jquery": ">=1.4.4"
}
}