forked from mikehardy/thunderlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·31 lines (31 loc) · 804 Bytes
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
{
"name": "thunderlink-repo",
"version": "1.2.2",
"description": "Create links to your thunderbird messages",
"main": "thunderlink.js",
"dependencies": {},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-mozilla": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikehardy/thunderlink.git"
},
"keywords": [
"Thunderbird",
"messages",
"link"
],
"author": "Mike Hardy <mike@mikehardy.net>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mikehardy/thunderlink/issues"
},
"homepage": "https://github.com/mikehardy/thunderlink#readme"
}