-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
{
"name": "thunderbird-wakatime",
"version": "0.9.1",
"description": "Wakatime for Thunderbird",
"homepage": "https://monkeysintown.github.io/thunderbird-wakatime",
"repository": {
"type": "git",
"url": "https://github.com/monkeysintown/thunderbird-wakatime"
},
"author": {
"name": "Monkeys in Town Lda.",
"email": "office.lisbon@monkeysintown.com",
"url": "https://monkeysintown.github.io"
},
"files": [
"addon"
],
"bugs": {
"url": "https://github.com/monkeysintown/thunderbird-wakatime/issues"
},
"readme": "README.md",
"dependencies": {},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-buffer": "^0.0.2",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.1",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.1",
"gulp-strip-debug": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-zip": "^2.0.3",
"merge-stream": "^0.1.7",
"readable-stream": "^1.0.33",
"request": "^2.53.0",
"through2": "^0.6.3",
"vinyl-paths": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}