-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 932 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "mail-ninja-bookmarklet",
"version": "1.0.0",
"description": "The bookmarklet for selecting the unread messages",
"main": "src/code.ts",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dplocki/mail-ninja-bookmarklet.git"
},
"keywords": [
"bookmark",
"bookmarklet",
"emails",
"unread",
"gulp",
"typescript",
"web",
"favelet",
"favlet",
"unread-emails"
],
"author": "Dawid Płocki",
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/dplocki/mail-ninja-bookmarklet/issues"
},
"homepage": "https://github.com/dplocki/mail-ninja-bookmarklet#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-wrap": "^0.15.0",
"typescript": "^4.9.5"
}
}