forked from n1k0/readable-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 737 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 737 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
{
"name": "readable-proxy",
"version": "1.5.0",
"description": "Node service attempting to fetch readable contents from any URL.",
"main": "index.js",
"scripts": {
"start": "node run.js",
"test": "mocha"
},
"keywords": [
"readable",
"readability",
"fetch",
"proxy",
"scrape"
],
"author": "Nicolas Perriault <nperriault@mozilla.com>",
"license": "MPL",
"dependencies": {
"bluebird": "^2.9.*",
"bootstrap": "^3.3.*",
"express": "^4.11.*",
"html-md": "^3.0.*",
"markdown": "^0.5.*",
"object-assign": "^2.0.*",
"phantomjs": "^1.9.*"
},
"devDependencies": {
"chai": "^2.1.*",
"mocha": "^2.1.*",
"sinon": "^1.12.*",
"supertest": "^0.15.*"
}
}