forked from luin/readability
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 867 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
37
38
39
{
"name": "node-readability-kashif",
"version": "3.1.1",
"author": "Kashif Eqbal",
"description": "Turning any web page into a clean view.",
"homepage": "https://github.com/kashifeqbal/readability",
"repository": {
"type": "git",
"url": "https://github.com/kashifeqbal/readability.git"
},
"scripts": {
"test": "mocha -R spec"
},
"main": "./src/readability-output",
"dependencies": {
"encoding": "~0.1.7",
"jsdom": "3.1.2",
"minimist": "^1.2.0",
"request": "~2.40.0",
"unfluff": "^0.11.0"
},
"engines": {
"node": ">= 2"
},
"keywords": [
"readability"
],
"devDependencies": {
"cz-conventional-changelog": "^1.1.5",
"mocha": "~1.8.2",
"nock": "~0.27.1",
"should": "~2.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}