UNPKG

grunt-casper

Version:

Run Casper CLI Scripts With Grunt

46 lines (45 loc) 1.06 kB
{ "name": "grunt-casper", "description": "Run Casper CLI Scripts With Grunt", "version": "0.4.2", "author": { "name": "Chris Miller", "email": "cmille142@gmail.com", "url": "http://chris-miller.me" }, "repository": { "type": "git", "url": "git@github.com:iamchrismiller/grunt-casper.git" }, "bugs": "https://github.com/iamchrismiller/grunt-casper/issues/", "licenses": [ { "type": "MIT", "url": "https://github.com/iamchrismiller/grunt-casper/blob/master/LICENSE-MIT" } ], "scripts": { "test": "grunt test --verbose" }, "keywords": [ "gruntplugin", "gruntjs", "casperjs", "grunt-casperjs", "grunt-casper" ], "devDependencies": { "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-nodeunit": "~0.4.0", "grunt": "~0.4.2", "grunt-cli": "~0.1.13" }, "dependencies": { "casperjs": "~1.1.0-beta3", "duration": "~0.2.0", "lodash": "~2.4.1", "phantomjs": "~1.9.7-1", "slimerjs": "^0.9.1-2" } }