-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 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
{
"name": "mail-stripper",
"version": "0.2.1",
"description": "strip sigatures and previous emails from emails",
"main": "mail-stripper.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --timeout 10000 --reporter Spec"
},
"repository": {
"type": "git",
"url": "git://github.com/saintmac/node-mail-stripper.git"
},
"keywords": [
"mail",
"stripper",
"signature",
"strip",
"remove"
],
"author": "Martin Saint-Macary (martin.saintmac@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/saintmac/node-mail-stripper/issues"
},
"homepage": "https://github.com/saintmac/node-mail-stripper",
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2"
},
"dependencies": {
"coffee-script": "~1.7.1"
}
}