{
  "name": "qunitjs",
  "title": "QUnit",
  "description": "An easy-to-use JavaScript Unit Testing framework.",
  "version": "1.18.0",
  "homepage": "http://qunitjs.com",
  "author": {
    "name": "jQuery Foundation and other contributors",
    "url": "https://github.com/jquery/qunit/blob/1.18.0/AUTHORS.txt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jquery/qunit.git"
  },
  "keywords": [
    "testing",
    "unit",
    "jquery"
  ],
  "bugs": {
    "url": "https://github.com/jquery/qunit/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jquery/qunit/blob/1.18.0/LICENSE.txt"
    }
  ],
  "files": [
    "qunit/qunit.js",
    "qunit/qunit.css",
    "LICENSE.txt"
  ],
  "dependencies": {},
  "devDependencies": {
    "browserstack-runner": "0.3.0",
    "commitplease": "2.0.0",
    "grunt": "0.4.2",
    "grunt-contrib-concat": "0.3.0",
    "grunt-contrib-jshint": "0.10.0",
    "grunt-contrib-watch": "0.5.3",
    "grunt-coveralls": "0.3.0",
    "grunt-git-authors": "3.0.0",
    "grunt-jscs": "0.8.1",
    "grunt-qunit-istanbul": "0.5.0",
    "grunt-search": "0.1.6",
    "load-grunt-tasks": "0.3.0",
    "requirejs": "2.1.16",
    "testswarm": "1.1.0"
  },
  "scripts": {
    "ci": "grunt && grunt coveralls && browserstack-runner",
    "test": "grunt",
    "prepublish": "grunt build"
  },
  "commitplease": {
    "components": [
      "All",
      "Assert",
      "Build",
      "CSS",
      "Core",
      "Dump",
      "HTML Reporter",
      "Test",
      "Tests"
    ]
  },
  "main": "qunit/qunit.js",
  "gitHead": "87e5b64ab1cfa558770a8af20911c27c12440d82",
  "_id": "qunitjs@1.18.0",
  "_shasum": "0870cf5f58f7bf6273b564e3fbfefda7a1ef46e2",
  "_from": "qunitjs@>=1.15.0 <2.0.0",
  "_npmVersion": "2.7.1",
  "_nodeVersion": "0.10.36",
  "_npmUser": {
    "name": "jzaefferer",
    "email": "joern.zaefferer@gmail.com"
  },
  "maintainers": [
    {
      "name": "jzaefferer",
      "email": "joern.zaefferer@gmail.com"
    },
    {
      "name": "jamesmgreene",
      "email": "james.m.greene@gmail.com"
    },
    {
      "name": "leobalter",
      "email": "leonardo.balter@gmail.com"
    }
  ],
  "dist": {
    "shasum": "0870cf5f58f7bf6273b564e3fbfefda7a1ef46e2",
    "tarball": "http://registry.npmjs.org/qunitjs/-/qunitjs-1.18.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/qunitjs/-/qunitjs-1.18.0.tgz"
}
