-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 854 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": "summarizer",
"version": "1.0.0",
"description": "Scrapes a remote page and creates a summary with statistics.",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "eslint .",
"example": "node example"
},
"repository": {
"type": "git",
"url": "https://github.com/pdehaan/summarizer.git"
},
"keywords": [
"summarize",
"summarizer",
"summary"
],
"author": "Peter deHaan <[email protected]> (http://nodeexamples.com/)",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/pdehaan/summarizer/issues"
},
"homepage": "https://github.com/pdehaan/summarizer",
"dependencies": {
"node-summary": "1.0.0",
"promise": "5.0.0",
"summarize": "1.4.0",
"superagent": "0.18.2",
"unfluff": "0.7.0"
},
"devDependencies": {
"eslint": "0.7.4"
}
}