forked from rhadamanthe/host-grabber-pp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.29 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
{
"name": "host-grabber-pp",
"version": "0.1.0",
"description": "The descriptor that allows to run tests for this extension",
"scripts": {
"test": "karma start",
"test-firefox": "karma start --browsers Firefox",
"test-chrome": "karma start --browsers Chrome",
"test:debug": "karma start --no-single-run --auto-watch",
"lint": "eslint . && web-ext lint --ignore-files \"coverage/**/*\" --ignore-files \"docs/**/*\"",
"web-ext": "web-ext run --browser-console",
"build": "web-ext build --ignore-files tests coverage docs karma.conf.js package*.json readme.md"
},
"author": "Rhadamanthe",
"license": "MPL-2.0",
"homepage": "https://rhadamanthe.github.io/host-grabber-pp",
"devDependencies": {
"addons-linter": "^1.1.0",
"eslint": "4.18.2",
"expect.js": "^0.3.1",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-chrome-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.1.2",
"sinon-chrome": "^2.1.2",
"web-ext": "^2.7.0",
"webextension-polyfill": "^0.3.1",
"xmldom": "^0.1.27"
},
"bugs": {
"url": "https://github.com/rhadamanthe/host-grabber-pp/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rhadamanthe/host-grabber-pp.git"
}
}