-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 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
32
33
34
{
"name": "taskifier",
"version": "0.0.2",
"description": "Transparently turn emails sent to a support address into trackable tasks",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/desertnet/taskifier"
},
"author": "Eric McCarthy <eric@limulus.net> (http://www.limulus.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/desertnet/taskifier/issues"
},
"homepage": "https://github.com/desertnet/taskifier",
"devDependencies": {
"mocha": "^2.0.1",
"portfinder": "^0.4.0",
"request": "^2.51.0",
"temp": "^0.8.1"
},
"dependencies": {
"hapi": "^8.1.0",
"level": "^1.0.0",
"mailparser": "^0.5.1",
"node-mbox": "^0.1.0",
"nomnom": "^1.8.1",
"through2": "^0.6.3",
"uuid": "^2.0.1"
}
}