forked from kee-org/browser-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 844 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": "kee-browser-addon",
"version": "3.0.0",
"devDependencies": {
"del": "^3.0.0",
"firefox-addons-add-update-version": "github:kee-org/firefox-addons-add-update-version#7901bf69b4ed122a20cd5e10ed7f8dae9b00dde7",
"gulp": "3.9.1",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "8.1.3",
"gulp-typescript": "^4.0.0",
"gulp-zip": "^4.2.0",
"merge-stream": "^1.0.1",
"run-sequence": "^2.2.1",
"sign-addon": "^0.3.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"dependencies": {},
"scripts": {
"package:debug": "gulp package:debug",
"build": "gulp build:debug",
"watch": "gulp watch",
"start": "gulp watch",
"package:prod": "gulp package:prod",
"package": "gulp package:prod & gulp package:debug",
"sign": "gulp sign"
}
}