110 lines
2.7 KiB
JSON
110 lines
2.7 KiB
JSON
{
|
|
"name": "yellowlabtools",
|
|
"version": "1.12.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": ">= 4.0"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"dependencies": {
|
|
"angular": "1.6.1",
|
|
"angular-animate": "1.6.1",
|
|
"angular-chart.js": "1.1.1",
|
|
"angular-local-storage": "0.5.0",
|
|
"angular-resource": "1.6.1",
|
|
"angular-route": "1.6.1",
|
|
"angular-sanitize": "1.6.1",
|
|
"async": "1.5.2",
|
|
"body-parser": "1.15.2",
|
|
"chart.js": "2.4.0",
|
|
"clean-css": "3.4.23",
|
|
"color-diff": "1.0.0",
|
|
"compression": "1.6.2",
|
|
"cors": "2.8.1",
|
|
"css-mq-parser": "0.0.3",
|
|
"debug": "2.6.0",
|
|
"easyxml": "2.0.1",
|
|
"ejs": "2.5.5",
|
|
"express": "4.14.0",
|
|
"fontkit": "1.5.1",
|
|
"imagemin": "5.2.2",
|
|
"imagemin-jpegoptim": "5.0.0",
|
|
"imagemin-jpegtran": "5.0.2",
|
|
"imagemin-optipng": "5.2.1",
|
|
"imagemin-svgo": "5.2.0",
|
|
"is-eot": "1.0.0",
|
|
"is-gif": "1.0.0",
|
|
"is-http2": "1.1.0",
|
|
"is-jpg": "1.0.0",
|
|
"is-otf": "0.1.2",
|
|
"is-png": "1.0.0",
|
|
"is-svg": "2.1.0",
|
|
"is-ttf": "0.2.2",
|
|
"is-woff": "1.0.3",
|
|
"is-woff2": "1.0.0",
|
|
"lwip": "0.0.9",
|
|
"md5": "2.2.1",
|
|
"meow": "3.7.0",
|
|
"minimize": "2.0.0",
|
|
"parse-color": "1.0.0",
|
|
"phantomas": "1.19.0",
|
|
"ps-node": "0.1.4",
|
|
"q": "1.4.1",
|
|
"request": "2.79.0",
|
|
"rimraf": "2.5.4",
|
|
"temporary": "0.0.8",
|
|
"try-thread-sleep": "1.0.0",
|
|
"uglify-js": "2.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~3.5.0",
|
|
"grunt": "~1.0.1",
|
|
"grunt-blanket": "~0.0.10",
|
|
"grunt-contrib-clean": "~1.0.0",
|
|
"grunt-contrib-concat": "~1.0.1",
|
|
"grunt-contrib-copy": "~1.0.0",
|
|
"grunt-contrib-cssmin": "~1.0.2",
|
|
"grunt-contrib-htmlmin": "~2.0.0",
|
|
"grunt-contrib-jshint": "~1.1.0",
|
|
"grunt-contrib-less": "~1.4.0",
|
|
"grunt-contrib-uglify": "~2.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.2",
|
|
"grunt-replace": "~1.0.1",
|
|
"grunt-usemin": "~3.1.1",
|
|
"grunt-webfont": "~1.4.0",
|
|
"matchdep": "~1.0.1",
|
|
"mocha": "~3.2.0",
|
|
"sinon": "~1.17.4",
|
|
"sinon-chai": "~2.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"keywords": [
|
|
"performance",
|
|
"metrics",
|
|
"webperf",
|
|
"pagespeed",
|
|
"budget",
|
|
"phantomas"
|
|
]
|
|
}
|