-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.39 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
{
"name": "contain-alibaba",
"version": "0.0.1",
"description": "Alibaba Container isolates your Alibaba and Aliexpress activity from the rest of your web activity in order to prevent Alibaba from tracking you outside their websites using 3rd party cookies. ",
"main": "background.js",
"scripts": {
"test": "eslint src test && npm run coverage",
"test-watch": "mocha --reporter=progress test/setup.js test/features/*.test.js --watch",
"coverage": "nyc --reporter=html --reporter=text mocha --reporter=progress test/setup.js test/features/*.test.js --timeout 60000",
"build": "npm test && web-ext build --overwrite-dest -s src"
},
"repository": {
"type": "git",
"url": "[email protected]:syslev/contain-alibaba.git"
},
"keywords": [
"addon",
"firefox",
"mozilla"
],
"author": "Alexander Weimer",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/syslev/contain-alibaba/issues"
},
"homepage": "https://github.com/syslev/contain-alibaba#readme",
"devDependencies": {
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-plugin-no-unsanitized": "^2.0.2",
"fs-extra": "^8.1.0",
"mocha": "^5.0.5",
"nyc": "^14.1.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.0.0",
"webextensions-geckodriver": "^0.6.1",
"webextensions-jsdom": "^0.15.2"
},
"dependencies": {
"web-ext": "^3.1.1"
}
}