forked from zhangolve/search-engine-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 893 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
{
"name": "search-engine-filter",
"version": "1.0.6",
"description": "在百度谷歌等搜索引擎的搜索结果中,根据自定义的过滤规则,过滤掉来自特定网站的搜索结果",
"main": "search engine filter",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./*.js",
"lint-html": "eslint **/*.js -f html -o ./reports/lint-results.html",
"lint-fix": "eslint --fix ./*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhangolve/search-engine-filter"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhangolve/search-engine-filter/issues"
},
"homepage": "https://github.com/zhangolve/search-engine-filter",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.1.0"
}
}