UNPKG

grunt-vows

Version:

A grunt task for running vows test specs.

29 lines (28 loc) 777 B
{ "name": "grunt-vows", "version": "0.4.2", "description": "A grunt task for running vows test specs.", "keywords": [ "gruntplugin", "vows" ], "homepage": "https://github.com/CMTegner/grunt-vows", "bugs": "https://github.com/CMTegner/grunt-vows/issues", "license": "MIT", "author": "Christian Maughan Tegnér <christian.tegner@gmail.com>", "main": "tasks/vows.js", "bin": "bin/grunt-vows", "repository": "git://github.com/CMTegner/grunt-vows.git", "scripts": { "test": "grunt" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1", "vows": "~0.7.0" }, "engines": { "node": ">=0.8" } }