UNPKG

grunt-casper-teamcity

Version:

Run Casper CLI Scripts With Grunt + Hudl changes to support teamcity logs. This is fork of grunt-casper

44 lines 1.16 kB
{ "name": "grunt-casper-teamcity", "description": "Run Casper CLI Scripts With Grunt + Hudl changes to support teamcity logs. This is fork of grunt-casper", "version": "1.0.3", "author": { "name": "Damian Turczynski", "email": "damtur@outlook.com" }, "repository": { "type": "git", "url": "git@github.com:hudl/grunt-casper.git" }, "bugs": "https://github.com/hudl/grunt-casper/issues/", "licenses": [{ "type": "MIT", "url": "https://github.com/hudl/grunt-casper/blob/master/LICENSE-MIT" }], "scripts": { "test": "grunt test --verbose" }, "keywords": [ "gruntplugin", "gruntjs", "casperjs", "grunt-casperjs", "grunt-casper", "grunt-casper-teamcity", "teamcity" ], "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-teamcity": "~1.0", "duration": "~0.2.0", "lodash": "~2.4.1", "phantomjs-prebuilt": "~2.1.3", "slimerjs": "^0.9.1-2" } }