UNPKG

grunt-grover

Version:
53 lines (52 loc) 1.2 kB
{ "name": "grunt-grover", "description": "A grunt task to run yui tests with grover", "version": "0.2.5", "homepage": "https://github.com/MarshallOfSound/grunt-grover", "author": { "name": "Samuel Attard", "email": "samuel.r.attard@gmail.com", "url": "http://www.samuelattard.com" }, "repository": { "type": "git", "url": "git://github.com/MarshallOfSound/grunt-grover.git" }, "bugs": { "url": "https://github.com/MarshallOfSound/grunt-grover/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/MarshallOfSound/grunt-grover/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "grover": "~0.1.17", "phantomjs": "~1.9.15", "glob": "~4.3.5" }, "devDependencies": { "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-nodeunit": "^0.3.3", "grunt": "~0.4.5" }, "peerDependencies": { "grunt": "~0.4.5" }, "keywords": [ "gruntplugin", "grunt", "grover", "yui", "test", "framework" ] }