readability/package.json
2015-04-01 21:58:42 +02:00

29 lines
732 B
JSON

{
"name": "readability",
"version": "0.0.1",
"description": "A standalone version of the readability library used for Firefox Reader View.",
"main": "Readability.js",
"scripts": {
"test": "mocha test/test-*.js",
"generate-testcase": "node test/generate-testcase.js",
"perf": "matcha benchmarks.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/readability"
},
"author": "",
"license": "Apache2",
"bugs": {
"url": "https://github.com/mozilla/readability/issues"
},
"homepage": "https://github.com/mozilla/readability",
"devDependencies": {
"chai": "^2.1.*",
"html": "0.0.*",
"jsdom": "^3.1.2",
"matcha": "^0.6.0",
"mocha": "^2.2.*"
}
}