-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "maari",
"version": "0.0.0-development",
"description": "Detect the presence of ad blocker plugins in browser",
"main": "dist/maari.min.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint maari.js",
"validate": "gulp test",
"semantic-release": "semantic-release",
"release": "gulp clean && gulp release && npm run semantic-release",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/bharathvaj1995/maari.js.git"
},
"keywords": [
"ad",
"adblock",
"adblocker",
"addetection",
"adblockerdetection",
"detectads"
],
"author": "Bharath <bharathvaj1995@gmail.com> (https://bharathvajganesan.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bharathvaj1995/maari.js/issues"
},
"homepage": "https://github.com/bharathvaj1995/maari.js#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "validate-commit-msg"
}
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.14.0",
"eslint-config-kentcdodds": "^13.0.1",
"ghooks": "^2.0.2",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"gulp-banner": "0.1.3",
"gulp-clean": "^0.4.0",
"gulp-jasmine-browser": "2.0.2",
"gulp-rename": "1.2.2",
"gulp-uglify": "3.0.0",
"gulp-uglify-es": "0.1.9",
"npm-run-all": "^4.1.2",
"semantic-release": "^11.0.2",
"validate-commit-msg": "2.14.0"
}
}