grunt-phantomcss-working-version
Version:
Plugin to do CSS regression testing via PhantomCSS -- Fixing the installation problem of the original grunt-phantomcss (https://github.com/chrisgladd/grunt-phantomcss), by applying the fix (https://github.com/chrisgladd/grunt-phantomcss/pull/33)
33 lines (32 loc) • 658 B
JSON
{
"name": "grunt-phantomcss",
"version": "0.2.3",
"homepage": "https://github.com/chrisgladd/grunt-phantomcss",
"authors": [
"Chris Gladd <chris.m.gladd@gmail.com>",
"Larry Davis <lazd@lazd.net>",
"Aliaksei Sapach <dreamsonic@tut.by>"
],
"description": "A grunt task for phantomcss",
"keywords": [
"grunt",
"phantomjs",
"phantomcss",
"css",
"regression",
"test",
"testing"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"phantomcss": "f0846511d9e1e55aa160aaab84e2a150bd3a5a41"
}
}