44 lines
990 B
JSON
44 lines
990 B
JSON
{
|
|
"name": "grunt-compare-size",
|
|
"description": "Compare file sizes on this branch to master",
|
|
"version": "0.4.2",
|
|
"homepage": "https://github.com/rwldrn/grunt-compare-size",
|
|
"author": {
|
|
"name": "Rick Waldron <waldron.rick@gmail.com>",
|
|
"email": "waldron.rick@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rwldrn/grunt-compare-size.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rwldrn/grunt-compare-size/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "Gruntfile.js",
|
|
"bin": "bin/grunt-compare-size",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.11.1"
|
|
},
|
|
"peerDependencies": {
|
|
"grunt": ">=0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-cli": "1.2.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-contrib-nodeunit": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"gzip-js": "0.3.2"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin"
|
|
]
|
|
}
|