2015-03-13 16:19:15 +00:00
|
|
|
{
|
|
|
|
"name": "readability",
|
2018-12-24 21:03:44 +00:00
|
|
|
"version": "0.2.0",
|
2015-03-13 16:19:15 +00:00
|
|
|
"description": "A standalone version of the readability library used for Firefox Reader View.",
|
|
|
|
"main": "Readability.js",
|
|
|
|
"scripts": {
|
2016-03-10 13:44:06 +00:00
|
|
|
"lint": "eslint .",
|
2015-03-20 16:35:20 +00:00
|
|
|
"test": "mocha test/test-*.js",
|
2015-04-01 19:56:08 +00:00
|
|
|
"generate-testcase": "node test/generate-testcase.js",
|
2015-04-02 13:40:31 +00:00
|
|
|
"perf": "matcha benchmarks/benchmarks.js",
|
|
|
|
"perf-reference": "READABILITY_PERF_REFERENCE=1 matcha --reporter ./benchmarks/benchmark-reporter.js benchmarks/benchmarks.js"
|
2015-03-13 16:19:15 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mozilla/readability"
|
|
|
|
},
|
|
|
|
"author": "",
|
2015-11-16 20:03:01 +00:00
|
|
|
"license": "Apache-2.0",
|
2015-03-13 16:19:15 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mozilla/readability/issues"
|
|
|
|
},
|
2017-07-17 10:54:22 +00:00
|
|
|
"engines": {
|
2018-04-28 03:43:42 +00:00
|
|
|
"node": ">=7.0"
|
2017-07-17 10:54:22 +00:00
|
|
|
},
|
2015-03-13 16:19:15 +00:00
|
|
|
"homepage": "https://github.com/mozilla/readability",
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^2.1.*",
|
2017-07-17 12:08:19 +00:00
|
|
|
"eslint": ">=4.2",
|
2018-04-28 03:43:42 +00:00
|
|
|
"htmltidy2": "^0.3.0",
|
2015-04-21 08:26:15 +00:00
|
|
|
"js-beautify": "^1.5.5",
|
2018-12-24 22:33:51 +00:00
|
|
|
"jsdom": "^13.1",
|
2015-04-01 19:56:08 +00:00
|
|
|
"matcha": "^0.6.0",
|
2019-08-04 07:56:27 +00:00
|
|
|
"mocha": "^2.2.*",
|
|
|
|
"sinon": "^7.3.2"
|
2015-03-13 16:19:15 +00:00
|
|
|
}
|
|
|
|
}
|