{
  "name": "qunit-parser",
  "version": "0.2.0",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha tests --reporter spec",
    "lint": "./node_modules/jshint/bin/jshint index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aaronshaf/qunit-parser.git"
  },
  "author": "Aaron Shafovaloff",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aaronshaf/qunit-parser/issues"
  },
  "homepage": "https://github.com/aaronshaf/qunit-parser",
  "devDependencies": {
    "mocha": "~1.17.1",
    "jshint": "~2.4.3"
  }
}
