UNPKG

grunt-blanket-mocha-server

Version:

Easily serve mocha tests with (or without) blanket coverage. "Goes Great" with grunt-blanket-mocha.

69 lines (68 loc) 1.71 kB
{ "name": "grunt-blanket-mocha-server", "version": "0.0.1", "description": "Easily serve mocha tests with (or without) blanket coverage. \"Goes Great\" with grunt-blanket-mocha.", "homepage": "https://github.com/stu-salsbury/grunt-blanket-mocha-server", "author": { "name": "Stu Salsbury", "email": "stu.salsbury@gmail.com", "url": "https://github.com/stu-salsbury" }, "main": "Gruntfile.coffee", "engines": { "node": ">=0.8.0" }, "scripts": { "test": "grunt test-travis", "travis-cov": { "threshold": 1 }, "blanket": { "pattern": "//tasks//" } }, "repository": { "type": "git", "url": "https://github.com/stu-salsbury/grunt-blanket-mocha-server.git" }, "license": "MIT", "bugs": { "url": "https://github.com/stu-salsbury/grunt-blanket-mocha-server/issues" }, "keywords": [ "gruntplugin", "blanket", "blanketjs", "blanket.js", "blanket.js", "mocha", "grunt" ], "devDependencies": { "grunt": "~0.4.0", "chai": "~1.8.0", "matchdep": "~0.1.2", "chai-jquery": "~1.1.1", "grunt-contrib-watch": "~0.5.3", "grunt-mocha-test": "~0.7.0", "coffee-script": "~1.6.3", "blanket": "~1.1.5", "travis-cov": "~0.2.4", "mocha": "~1.13.0", "mocha-lcov-reporter": "~0.0.1", "expect": "~0.0.2", "coveralls": "~2.3.0", "grunt-readme-generator": "~0.3.41", "grunt-blanket-mocha": "~0.3.1", "grunt-conventional-changelog": "~1.0.0", "portfinder": "~0.2.1", "grunt-release": "~0.5.1" }, "peerDependencies": { "grunt": "~0.4.0", "grunt-blanket-mocha": "*" }, "dependencies": { "grunt-contrib-connect": "~0.5.0" } }