yslow
Version:
Commnad line version of YSlow web performance analysis tool from HAR files
17 lines (16 loc) • 590 B
JSON
{
"name": "yslow",
"version": "3.1.0",
"description": "Commnad line version of YSlow web performance analysis tool from HAR files",
"keywords": ["yslow", "performance", "har", "yahoo", "wpo", "command", "line", "automation"],
"homepage": "http://getyslow.com",
"author": "Yahoo! Inc. <yslow@yahoo-inc.com> (http://getyslow.com)",
"main": "./lib/yslow",
"bin": {"yslow": "./bin/yslow"},
"repository": {"type": "", "url": ""},
"dependencies": {
"jsdom": ">=0.2.10",
"commander": ">=0.2.0"
},
"engines": { "node": ">= 0.4.1" }
}