-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 815 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": "blogspot-clickfraud",
"version": "0.0.4",
"title": "Blogspot-ClickFraud",
"description": "A jQuery plugin click fraud detection for blogspot.",
"main": "index.js",
"scripts": {
"build": "npm run"
},
"engines": {
"node": ">=0.10"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"jquery",
"plugin",
"blogspot",
"click",
"fraud",
"click-fraud"
],
"homepage": "https://github.com/icaksama/Blogspot-ClickFraud",
"author": "icaksama <icaksama@gmail.com> (https://www.icaksama.com)",
"bugs": "https://github.com/icaksama/Blogspot-ClickFraud/issues",
"licenses": "UNLICENSED",
"dependencies": {
"jquery": ">=1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/icaksama/Blogspot-ClickFraud.git"
}
}