grunt-phantomas
Version:
Grunt plugin for phantomas
67 lines (66 loc) • 1.69 kB
JSON
{
"name": "grunt-phantomas",
"description": "Grunt plugin for phantomas",
"version": "0.14.0",
"homepage": "https://github.com/stefanjudis/grunt-phantomas",
"author": {
"name": "stefan judis",
"email": "stefanjudis@gmail.com",
"url": "http://stefanjudis.de"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanjudis/grunt-phantomas.git"
},
"bugs": {
"url": "https://github.com/stefanjudis/grunt-phantomas/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stefanjudis/grunt-phantomas/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"grunt": "grunt",
"test": "grunt test",
"coveralls": "jscoverage tasks/lib/phantomas.js && PHANTOMAS_COV=1 nodeunit --reporter=lcov test/lib/phantomasTest.js | coveralls"
},
"devDependencies": {
"coveralls": "~2.11.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compass": "~1.1.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "^3.0.1",
"jscoverage": "~0.6.0",
"nodeunit": "~0.10.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"phantomas",
"performance",
"metrics",
"phantomjs"
],
"dependencies": {
"bluebird": "~3.4.7",
"phantomas": "~1.18.0",
"node-fs": "~0.1.7",
"lodash": "~4.17.4",
"html-minifier": "~3.2.3",
"json2csv": "~3.7.3"
}
}