-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
{
"name": "jquery.iframetracker",
"version": "2.1.0",
"description": "jQuery Plugin to track click on iframes (like Google Adsense or Facebook Like button).",
"main": "dist/jquery.iframetracker.js",
"repository": {
"type": "git",
"url": "https://github.com/vincepare/iframeTracker-jquery.git"
},
"keywords": [
"jquery-plugin",
"iframe",
"youtube",
"adsense",
"advertising",
"click"
],
"author": "Vincent Paré",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vincepare/iframeTracker-jquery/issues"
},
"homepage": "https://github.com/vincepare/iframeTracker-jquery",
"scripts": {
"test": "grunt eslint qunit",
"build": "grunt",
"prepare": "grunt"
},
"peerDependencies": {
"jquery": ">=1.4.4"
},
"devDependencies": {
"eslint-config-jquery": "^1.0.1",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-eslint": "^19.0.0",
"grunt-umd": "^2.4.0"
}
}