forked from gorhill/uBlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "ublock",
"version": "1.16.5",
"description": "[](https://travis-ci.org/gorhill/uBlock) [](https://crowdin.com/project/ublock) [](https://github.com/gorhill/uBlock/blob/master/LICENSE.txt)",
"main": "index.js",
"engines": {
"node": ">=8"
},
"directories": {
"doc": "doc"
},
"scripts": {
"test": "jest --coverage",
"tdd": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gorhill/uBlock.git"
},
"author": "The uBlock Origin authors",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/uBlockOrigin/uBlock-issues/issues"
},
"homepage": "https://github.com/gorhill/uBlock",
"devDependencies": {
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"node-localstorage": "^1.3.1"
},
"jest": {
"modulePathIgnorePatterns": [
"__localstore__"
],
"testMatch": [
"**/__tests__/**/?(*.)(test).js"
],
"setupTestFrameworkScriptFile": "<rootDir>/test/jest-setup.js"
}
}