{
  "name": "karma-common-js",
  "version": "0.2.2",
  "description": "Test CommonJS modules without using Browserify",
  "main": "index.js",
  "author": {
    "name": "Anders Ekdahl <anders.ekdahl@gmail.com>"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andersekdahl/karma-common-js"
  },
  "keywords": ["karma", "commonjs", "browserify", "test"],
  "dependencies": {
    "browser-builtins": "^3.2.0",
    "minimatch": "^1.0.0",
    "resolve": "^1.0.0"
  },
  "peerDependencies": {
    "karma": ">=0.9"
  },
  "license": "MIT"
}
