yslowjs
Version:
Wrapper for phantomjs yslow.js
36 lines (35 loc) • 721 B
JSON
{
"name": "yslowjs",
"version": "0.3.3",
"description": "Wrapper for phantomjs yslow.js",
"main": "./lib/yslow.js",
"license" : "MIT",
"scripts": {
"test": "make test",
"install": "node install.js"
},
"config": {
"yslowjs_version": "3.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/jmervine/yslowjs.git"
},
"keywords": [
"yslow",
"phantomjs",
"yslow.js",
"performance"
],
"author": "Joshua Mervine <joshua@mervine.net> (http://mervine.net)",
"license": "BSD",
"bugs": {
"url": "https://github.com/jmervine/yslowjs/issues"
},
"dependencies": {
"phapper": "~0.1.9"
},
"devDependencies": {
"nodeunit": "~0.8.1"
}
}