{ "name": "yellowlabtools", "version": "1.12.4", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": { "name": "Gaël Métais", "email": "gael@gaelmetais.com", "url": "http://www.gaelmetais.com" }, "repository": { "type": "git", "url": "git://github.com/gmetais/YellowLabTools.git" }, "bin": { "yellowlabtools": "./bin/cli.js" }, "engines": { "node": ">= 4.0" }, "main": "./lib/index.js", "dependencies": { "angular": "1.6.8", "angular-animate": "1.6.8", "angular-chart.js": "1.1.1", "angular-local-storage": "0.7.1", "angular-resource": "1.6.8", "angular-route": "1.6.8", "angular-sanitize": "1.6.8", "async": "2.6.0", "body-parser": "1.18.2", "chart.js": "2.7.1", "clean-css": "4.1.9", "color-diff": "1.1.0", "compression": "1.7.1", "cors": "2.8.4", "css-mq-parser": "0.0.3", "debug": "3.1.0", "easyxml": "2.0.1", "ejs": "2.5.7", "express": "4.16.2", "fontkit": "1.7.7", "imagemin": "5.3.1", "imagemin-jpegoptim": "5.2.0", "imagemin-jpegtran": "5.0.2", "imagemin-optipng": "5.2.1", "imagemin-svgo": "6.0.0", "is-eot": "1.0.0", "is-gif": "1.0.0", "is-http2": "1.2.0", "is-jpg": "1.0.0", "is-otf": "0.1.2", "is-png": "1.1.0", "is-svg": "2.1.0", "is-ttf": "0.2.2", "is-woff": "1.0.3", "is-woff2": "1.0.0", "jimp": "0.2.28", "md5": "2.2.1", "meow": "3.7.0", "minimize": "2.1.0", "parse-color": "1.0.0", "phantomas": "1.19.0", "ps-node": "0.1.6", "q": "1.5.1", "request": "2.83.0", "rimraf": "2.6.2", "temporary": "0.0.8", "try-thread-sleep": "1.0.2", "uglify-js": "2.8.29" }, "devDependencies": { "chai": "~4.1.2", "grunt": "~1.0.1", "grunt-blanket": "~0.0.10", "grunt-contrib-clean": "~1.1.0", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-cssmin": "~2.2.1", "grunt-contrib-htmlmin": "~2.4.0", "grunt-contrib-jshint": "~1.1.0", "grunt-contrib-less": "~1.4.1", "grunt-contrib-uglify": "~3.3.0", "grunt-contrib-watch": "~1.0.0", "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.13.3", "grunt-parallel": "~0.5.1", "grunt-replace": "~1.0.1", "grunt-usemin": "~3.1.1", "grunt-webfont": "~1.6.0", "matchdep": "~2.0.0", "mocha": "~4.1.0", "sinon": "~4.1.6", "sinon-chai": "~2.14.0" }, "scripts": { "test": "grunt test" }, "keywords": [ "performance", "metrics", "webperf", "pagespeed", "budget", "phantomas" ] }