-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
44
45
46
47
48
49
{
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai-as-promised": "^7.1.0",
"@types/jquery": "^3.3.0",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/sinon": "^4.1.3",
"@types/sinon-chrome": "^2.2.0",
"addons-linter": "^0.22.2",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"coffeelint": "^1.16.0",
"coffeescript": "^1.12.6",
"deep-freeze": "0.0.1",
"del": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-promise": "^3.6.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.6",
"gulp-changed": "^3.1.0",
"gulp-debug": "^3.1.0",
"gulp-if": "^2.0.2",
"gulp-ignore": "^2.0.2",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^3.2.1",
"gulp-zip": "^4.0.0",
"merge-stream": "^1.0.1",
"mocha": "^5.2.0",
"mocha-repeat": "^0.1.0",
"pify": "^3.0.0",
"sinon": "^4.0.0",
"sinon-chrome": "^2.2.1",
"source-map-support": "^0.4.18",
"ts-node": "^4.1.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2",
"web-ext-types": "github:myrdd/web-ext-types#8d773c8"
},
"dependencies": {
"jquery": "^3.3.1",
"mozilla-version-comparator": "github:myrdd/mozilla-version-comparator#3b77635",
"requirejs": "^2.3.5"
}
}