UNPKG

grunt-jstestdriver

Version:

Grunt task for uniting testing using JS Test Driver.

45 lines 1.14 kB
{ "name": "grunt-jstestdriver", "description": "Grunt task for uniting testing using JS Test Driver.", "version": "2.2.0", "homepage": "https://github.com/rickyclegg/grunt-jstestdriver", "author": { "name": "Ricky Clegg", "email": "me@rickyclegg.com", "url": "http://www.rickyclegg.com" }, "repository": { "type": "git", "url": "https://github.com/rickyclegg/grunt-jstestdriver.git" }, "bugs": { "url": "https://github.com/rickyclegg/grunt-jstestdriver/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/rickyclegg/grunt-jstestdriver/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt": "~0.4.1" }, "peerDependencies": { "grunt": "~0.4.0" }, "keywords": [ "gruntplugin", "jstestdriver", "tdd", "unit testing", "testing" ] }