@micahgodbolt/grunt-phantomcss
Version:
Plugin to do CSS regression testing via PhantomCSS.
75 lines (74 loc) • 1.71 kB
JSON
{
"name": "@micahgodbolt/grunt-phantomcss",
"description": "Plugin to do CSS regression testing via PhantomCSS.",
"version": "1.0.0",
"homepage": "https://github.com/micahgodbolt/grunt-phantomcss",
"author": {
"name": "Micah Godbolt",
"email": "micahgodbolt@gmail.com"
},
"contributors": [
{
"name": "Larry Davis",
"email": "lazd@lazd.net",
"url": "https://github.com/lazd"
},
{
"name": "Aliaksei Sapach",
"email": "dreamsonic@tut.by",
"url": "https://github.com/asapach"
},
{
"name": "Anselm Hannemann",
"email": "info@anselm-hannemann.com",
"url": "http://helloanselm.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/micahgodbolt/grunt-phantomcss.git"
},
"bugs": {
"url": "https://github.com/micahgodbolt/grunt-phantomcss/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/micahgodbolt/grunt-phantomcss/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"jit-grunt": "^0.8.0",
"time-grunt": "^0.4.0"
},
"dependencies": {
"bower": "^1.3.9",
"path": "^0.12.7",
"phantomcss": "^1.1.4",
"phantomjs-prebuilt": "^2.1.13",
"temporary": "0.0.8"
},
"peerDependencies": {
"phantomjs-prebuilt": "^2.1.13"
},
"keywords": [
"gruntplugin",
"phantomcss",
"css",
"regression",
"test",
"phantomjs",
"grunt"
]
}