{ "name": "yellowlabtools", "version": "1.10.1", "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": ">= 0.12.0" }, "main": "./lib/index.js", "dependencies": { "angular": "1.5.2", "angular-animate": "1.5.2", "angular-chart.js": "0.9.0", "angular-local-storage": "0.2.7", "angular-resource": "1.5.2", "angular-route": "1.5.2", "angular-sanitize": "1.5.2", "async": "1.5.2", "body-parser": "1.15.0", "chart.js": "1.0.2", "clean-css": "3.4.10", "color-diff": "1.0.0", "compression": "1.6.1", "cors": "2.7.1", "css-mq-parser": "0.0.3", "debug": "2.2.0", "easyxml": "2.0.1", "express": "4.13.4", "imagemin": "4.0.0", "imagemin-jpegoptim": "4.1.0", "is-http2": "1.0.4", "lwip": "0.0.9", "meow": "3.7.0", "minimize": "1.8.1", "parse-color": "1.0.0", "phantomas": "1.15.1", "ps-node": "0.0.5", "q": "1.4.1", "request": "2.69.0", "rimraf": "2.5.2", "temporary": "0.0.8", "try-thread-sleep": "1.0.0", "uglify-js": "2.6.2" }, "devDependencies": { "chai": "~3.5.0", "grunt": "~0.4.5", "grunt-blanket": "~0.0.10", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-concat": "~1.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-cssmin": "~1.0.1", "grunt-contrib-htmlmin": "~1.1.0", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-less": "~1.2.0", "grunt-contrib-uglify": "~1.0.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.11.0", "grunt-usemin": "~3.1.1", "grunt-webfont": "~1.2.0", "matchdep": "~1.0.1", "mocha": "~2.4.5", "sinon": "~1.17.3", "sinon-chai": "~2.8.0" }, "scripts": { "test": "grunt test" }, "keywords": [ "performance", "metrics", "webperf", "pagespeed", "budget", "phantomas" ] }