forked from lever/planer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 836 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 836 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
35
{
"name": "lab-planer",
"version": "1.2.1",
"description": "Remove reply quotations from emails, LabLabLab's fork",
"main": "lib/planer.js",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"scripts": {
"test": "mocha test/",
"compile": "coffee -o lib -c src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LabCo/planer.git"
},
"keywords": [
"email",
"quotations",
"reply",
"talon"
],
"contributors": [ "Michael Charkin", "Leighton Wallace (https://github.com/l8on)"],
"license": "MIT",
"bugs": {
"url": "https://github.com/lever/planer/issues"
},
"homepage": "https://github.com/lever/planer#readme",
"devDependencies": {
"chai": "^4.1.2",
"coffeescript": "^1.10.0",
"jsdom": "^11.6.0",
"mocha": "^5.0.4"
}
}