Files
YellowLabTools/package.json
T

73 lines
1.8 KiB
JSON

{
"name": "yellowlabtools",
"version": "1.7.4",
"description": "Online tool to audit a webpage for performance and front-end quality issues",
"license" : "GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/gmetais/YellowLabTools.git"
},
"bin": {
"yellowlabtools": "./bin/cli.js"
},
"main": "./lib/index.js",
"dependencies": {
"async": "1.2.1",
"body-parser": "1.13.1",
"clean-css": "3.3.0",
"compression": "1.5.0",
"cors": "2.7.1",
"debug": "2.2.0",
"express": "4.12.4",
"imagemin": "3.2.0",
"imagemin-jpegoptim": "4.0.0",
"lwip": "0.0.7",
"meow": "3.3.0",
"minimize": "1.4.1",
"phantomas": "1.11.0",
"ps-node": "0.0.4",
"q": "1.4.1",
"request": "^2.58.0",
"rimraf": "2.4.0",
"temporary": "0.0.8",
"uglify-js": "2.4.23"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-blanket": "^0.0.8",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-env": "^0.4.4",
"grunt-express": "^1.4.1",
"grunt-filerev": "^2.3.1",
"grunt-inline-angular-templates": "^0.1.5",
"grunt-line-remover": "^0.0.2",
"grunt-mocha-test": "^0.12.7",
"grunt-replace": "^0.9.2",
"grunt-usemin": "^3.0.0",
"grunt-webfont": "^0.5.3",
"matchdep": "^0.3.0",
"mocha": "^2.2.5",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"performance",
"metrics",
"webperf",
"pagespeed",
"budget",
"phantomas"
]
}