-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 823 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
{
"name": "corvette",
"version": "0.1.0",
"description": "Corvette - Prototype for a successor of Thunderbird",
"main": "app.js",
"dependencies": {
"app-module-path": "^2.2.0",
"electron": "^1.6.2",
"emailjs-imap-client": "^2.0.5",
"emailjs-mime-parser": "^1.0.0",
"emailjs-smtp-client": "^1.0.0",
"mailbuild": "^0.3.7"
},
"devDependencies": {},
"scripts": {
"start": "electron .",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benbucksch/corvette.git"
},
"keywords": [
"email",
"mail",
"imap",
"desktop"
],
"author": "Ben Bucksch",
"license": "MPL-1.1",
"bugs": {
"url": "https://github.com/benbucksch/corvette/issues"
},
"homepage": "https://github.com/benbucksch/corvette#readme"
}