UNPKG

grunt-jstestdriver-phantomjs

Version:

Grunt task for unit testing with jsTestDriver and PhantomJS.

55 lines (54 loc) 1.24 kB
{ "name": "grunt-jstestdriver-phantomjs", "description": "Grunt task for unit testing with jsTestDriver and PhantomJS.", "version": "0.0.7", "homepage": "https://github.com/tolu/grunt-jstestdriver-phantomjs", "author": { "name": "Tobias Lundin", "email": "tobias.lundin@gmail.com" }, "contributors": [ "Anders Karlsson <andersk2@gmail.com>" ], "repository": { "type": "git", "url": "git://github.com/tolu/grunt-jstestdriver-phantomjs.git" }, "bugs": { "url": "https://github.com/tolu/grunt-jstestdriver-phantomjs/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/tolu/grunt-jstestdriver-phantomjs/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "grunt-lib-phantomjs": "~0.6.0", "q": "~0.9.7" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "^0.6.1", "jshint-stylish": "^0.4.0" }, "peerDependencies": { "grunt": "~0.4.0" }, "keywords": [ "gruntplugin", "jstestdriver", "phantomjs", "tdd", "unit testing", "testing" ] }