UNPKG

grunt-karma-coveralls

Version:

An npm module for using Karma and Coveralls with Grunt

44 lines (43 loc) 967 B
{ "author": { "name": "Matthew J. Morrison", "email": "mattjmorrison@mattjmorrison.com" }, "name": "grunt-karma-coveralls", "description": "An npm module for using Karma and Coveralls with Grunt", "version": "2.5.4", "repository": { "type": "git", "url": "https://github.com/mattjmorrison/grunt-karma-coveralls" }, "keywords": [ "Grunt.js", "Karma", "Coveralls.js" ], "main": "./lib/main", "engines": { "node": ">=v0.8.1" }, "licenses": [ "MIT" ], "readmeFilename": "README.md", "dependencies": { "coveralls": "^2.10", "karma-coverage": "^0.2", "glob": "^4.0", "log-driver": "^1.2" }, "peerDependencies": { "grunt": "*" }, "devDependencies": { "grunt": "*", "grunt-cli": "*", "nodeunit": "*" }, "scripts": { "test": "nodeunit" } }