-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 965 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
28
29
{
"name": "au-revoir-utm",
"license": "WTFPL",
"author": "Anthony Ricaud <[email protected]>",
"version": "1.1.0",
"fullName": "au-revoir-utm",
"id": "jid1-yRtlFKrTMBrAtQ",
"description": "Removes crappy utm_ tracking stuff",
"dependencies": {},
"scripts": {
"build": "web-ext build --source-dir src",
"lint": "web-ext lint --source-dir src",
"start": "web-ext run --source-dir src --firefox=nightly --browser-console",
"test": "karma start",
"test:watch": "karma start --no-single-run",
"test:debug": "karma start --no-single-run --browsers Firefox"
},
"devDependencies": {
"chai": "^4.1.2",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"mocha": "^5.0.0",
"prettier": "^1.7.4",
"web-ext": "^2.2.2"
}
}