59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "yellowlabtools",
|
|
"version": "1.2.0",
|
|
"description": "Online tool to audit a webpage for performance and front-end quality issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gmetais/YellowLabTools.git"
|
|
},
|
|
"bin": {
|
|
"yellowlabtools": "./bin/cli.js"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"body-parser": "~1.10.0",
|
|
"compression": "~1.2.2",
|
|
"cors": "^2.5.2",
|
|
"debug": "~2.1.0",
|
|
"express": "~4.10.6",
|
|
"lwip": "0.0.6",
|
|
"meow": "^3.0.0",
|
|
"phantomas": "1.9.0",
|
|
"ps-node": "0.0.3",
|
|
"q": "~1.1.2",
|
|
"rimraf": "~2.2.8",
|
|
"temporary": "0.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^1.10.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-blanket": "^0.0.8",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-copy": "^0.7.0",
|
|
"grunt-contrib-cssmin": "^0.11.0",
|
|
"grunt-contrib-htmlmin": "^0.3.0",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-less": "^0.12.0",
|
|
"grunt-contrib-uglify": "^0.7.0",
|
|
"grunt-env": "^0.4.2",
|
|
"grunt-express": "^1.4.1",
|
|
"grunt-filerev": "^2.1.2",
|
|
"grunt-fontsmith": "^0.9.1",
|
|
"grunt-inline-angular-templates": "^0.1.5",
|
|
"grunt-line-remover": "^0.0.2",
|
|
"grunt-mocha-test": "^0.12.4",
|
|
"grunt-replace": "^0.8.0",
|
|
"grunt-usemin": "^3.0.0",
|
|
"matchdep": "^0.3.0",
|
|
"mocha": "^2.1.0",
|
|
"request": "^2.51.0",
|
|
"sinon": "^1.12.1",
|
|
"sinon-chai": "^2.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
}
|