UNPKG

khamocs

Version:

Javascript unit testing tools in one simple package. This package installs the most useful unit testing package tools.

33 lines (31 loc) 738 B
{ "name": "khamocs", "version": "0.0.5", "description": "Javascript unit testing tools in one simple package. This package installs the most useful unit testing package tools.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { }, "dependencies": { "karma": "*", "mocha": "*", "chai": "*", "sinon": "*" }, "keywords": [ "Unit", "tests", "Karma", "Mocha", "Chai", "Sinon" ], "author": "Kiran Adimatyam <sesha_kiran@yahoo.com>", "license": "MIT", "bugs": { "url": "https://github.com/seshakiran/karma-mocha-chai-sinon" }, "homepage": "https://github.com/seshakiran/karma-mocha-chai-sinon" }