phantomcss
Version:
A CasperJS module for automating visual regression testing of Web apps, live style guides and responsive layouts.
29 lines (28 loc) • 663 B
JSON
{
"name": "phantomcss",
"version": "1.6.0",
"description": "A CasperJS module for automating visual regression testing of Web apps, live style guides and responsive layouts.",
"repository": {
"type": "git",
"url": "https://github.com/Huddle/PhantomCSS.git"
},
"main": "phantomcss.js",
"keywords": [
"css",
"phantomjs",
"casperjs",
"testing",
"visual regression",
"responsive"
],
"author": "James Cryer / Huddle",
"license": "MIT",
"bugs": {
"url": "https://github.com/Huddle/PhantomCSS/issues"
},
"dependencies": {
"casperjs": "^1.1.4",
"phantomjs-prebuilt": "^2.1.16",
"resemblejs": "^3.0.0"
}
}