-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "contentfarmblocker",
"version": "0.1.5",
"description": "To prevent click content farm mistakenly",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "mocha -r jsdom-global/register tests/*_tests.js",
"gen-form-filters": "node ./scripts/gen-form-filters.js",
"lint": "eslint . --ext .js --ext .ts",
"lint:fix": "eslint . --ext .ts --ext .js --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/benlau/ihatecontentfarms.git"
},
"keywords": [
"chrome",
"extension"
],
"author": "Ben Lau",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/benlau/ihatecontentfarms/issues"
},
"homepage": "https://github.com/benlau/ihatecontentfarms",
"dependencies": {
"assert": "1.3.0",
"babel-core": "5.8.25",
"babel-eslint": "^4.1.8",
"babel-loader": "5.3.2",
"csv-parse": "1.1.0",
"del": "2.0.2",
"eslint": "^1.10.3",
"eslint-loader": "^1.6.3",
"gulp": "3.9.0",
"gulp-util": "3.0.7",
"gulp-zip": "3.0.2",
"intl-messageformat": "1.2.0",
"jsdom": "^23.2.0",
"jsdom-global": "^3.0.2",
"lodash": "3.10.1",
"merge": "1.2.0",
"mocha": "^10.2.0",
"mocha-jsdom": "1.0.0",
"parse-url": "1.0.0",
"path": "0.12.7",
"run-sequence": "1.1.4",
"source-map-support": "0.3.2",
"webpack": "1.12.2"
}
}