2015-03-13 16:19:15 +00:00
|
|
|
{
|
|
|
|
"name": "readability",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A standalone version of the readability library used for Firefox Reader View.",
|
|
|
|
"main": "Readability.js",
|
|
|
|
"scripts": {
|
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",
|
|
|
|
"perf": "matcha benchmarks.js"
|
2015-03-13 16:19:15 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mozilla/readability"
|
|
|
|
},
|
|
|
|
"author": "",
|
2015-03-20 15:48:34 +00:00
|
|
|
"license": "Apache2",
|
2015-03-13 16:19:15 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mozilla/readability/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mozilla/readability",
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^2.1.*",
|
|
|
|
"html": "0.0.*",
|
2015-03-18 17:32:17 +00:00
|
|
|
"jsdom": "^3.1.2",
|
2015-04-01 19:56:08 +00:00
|
|
|
"matcha": "^0.6.0",
|
2015-03-18 17:32:17 +00:00
|
|
|
"mocha": "^2.2.*"
|
2015-03-13 16:19:15 +00:00
|
|
|
}
|
|
|
|
}
|