{
  "name": "grunt-qunit-serverless",
  "version": "0.3.3",
  "description": "A serverless version of the grunt-qunit task",
  "main": "tasks/qunit-serverless.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jgable/grunt-qunit-serverless.git"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "qunit",
    "phantomjs",
    "serverless"
  ],
  "author": "Jacob Gable <jacob.gable@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1",
    "should": "~1.2.1",
    "phantom": "~0.4.1",
    "mocha": "~1.8.1",
    "coffee-script": "~1.4.0",
    "grunt-mocha-cli": "~1.4.0",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-contrib-clean": "~0.5.0"
  },
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "dependencies": {
    "node-uuid": "~1.4.0",
    "grunt-lib-phantomjs": "~0.3.0"
  }
}
