UNPKG

grunt-mocha-test

Version:

A grunt task for running server side mocha tests

64 lines (63 loc) 1.39 kB
{ "name": "grunt-mocha-test", "description": "A grunt task for running server side mocha tests", "version": "0.13.3", "homepage": "https://github.com/pghalliday/grunt-mocha-test", "author": { "name": "Peter Halliday", "email": "pghalliday@gmail.com", "url": "http://pghalliday.github.io/" }, "repository": { "type": "git", "url": "git://github.com/pghalliday/grunt-mocha-test.git" }, "bugs": { "url": "https://github.com/pghalliday/grunt-mocha-test/issues" }, "license": "MIT", "engines": { "node": ">= 0.10.4" }, "scripts": { "test": "grunt", "ci": "grunt ci" }, "config": { "travis-cov": { "threshold": 100 } }, "dependencies": { "hooker": "^0.2.3", "mkdirp": "^0.5.0" }, "peerDependencies": { "mocha": ">=1.20.0" }, "devDependencies": { "chai": "^3.5.0", "coffee-script": "^1.10.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-continue": "^0.1.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-coveralls": "^1.0.1", "grunt-env": "^0.4.4", "grunt-istanbul": "^0.7.1", "grunt-istanbul-coverage": "^0.1.4", "mocha": "^3.0.2", "rimraf": "^2.5.0" }, "keywords": [ "gruntplugin", "mocha", "test" ], "files": [ "tasks", "LICENSE-MIT" ] }