{
  "name": "karma-mocha-chai-sinon",
  "version": "0.0.7",
  "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"
}
