-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 994 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
{
"name": "just-detect-adblock",
"version": "1.1.0",
"description": "It's FuckAdBlock with a minimalist API.",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"browser": "dist/bundle.umd.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "http-server ./ --silent -c-1 -o /docs/index.html"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wmcmurray/just-detect-adblock.git"
},
"keywords": [
"detect",
"adblock",
"adblocker",
"blockadblock",
"fuckadblock"
],
"author": "William McMurray <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wmcmurray/just-detect-adblock/issues"
},
"homepage": "https://github.com/wmcmurray/just-detect-adblock#readme",
"devDependencies": {
"http-server": "^0.12.3",
"rollup": "^2.32.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-terser": "^7.0.2"
}
}