forked from lever/planer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 963 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
36
{
"name": "planer",
"version": "1.3.0",
"description": "Remove reply quotations from emails",
"main": "lib/planer.js",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"scripts": {
"test": "mocha --reporter spec --require coffeescript/register \"test/**/*.{js,coffee}\"",
"debug": "mocha --inspect-brk --reporter spec --require coffeescript/register \"test/**/*.{js,coffee}\"",
"compile": "coffee -o lib -c src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lever/planer.git"
},
"keywords": [
"email",
"quotations",
"reply",
"talon"
],
"author": "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.2.0",
"coffeescript": "^2.5.1",
"jsdom": "^16.2.2",
"mocha": "^6.2.3"
}
}