-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 786 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 786 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": "talon",
"version": "2.3.2",
"description": "Extract signatures from mail messages",
"main": "lib/talon.js",
"scripts": {
"test": "mocha",
"check": "check-build"
},
"bin": {
"talon-extract-signature": "bin/talon-extract-signature"
},
"repository": {
"type": "git",
"url": "https://github.com/lmtm/node-talon.git"
},
"author": "Nicolas Chambrier <naholyr@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmtm/node-talon/issues"
},
"homepage": "https://github.com/lmtm/node-talon",
"dependencies": {
"debug": "^2.1.1",
"lodash": "^3.2.0"
},
"devDependencies": {
"chai": "^2.0.0",
"check-build": "^1.3.3",
"env-test": "^1.0.0",
"mocha": "^2.1.0",
"rewire": "^2.3.0"
}
}