{
  "name"            : "grunt-jasmine-coverage",
  "description"     : "Grunt task for running Jasmine specs and generate test coverage",
  "version"         : "0.1.0",
  "homepage"        : "https://github.com/mebusw/grunt-jasmine-coverage",
  "author"          : {
    "name"  : "mebusw",
    "email" : "mebusw@163.com",
    "url"   : "http://blog.csdn.net/mebusw"
  },
  "repository"      : {
    "type" : "git",
    "url"  : "git://github.com/mebusw/grunt-jasmine-coverage.git"
  },
  "bugs"            : {
    "url" : "https://github.com/mebusw/grunt-jasmine-coverage/issues"
  },
  "licenses"        : [
    {
      "type" : "MIT",
      "url"  : "https://github.com/mebusw/grunt-jasmine-coverage/blob/master/LICENSE-MIT"
    }
  ],
  "main"            : "grunt.js",
  "bin"             : "bin/grunt-jasmine-coverage",
  "engines"         : {
    "node" : "*"
  },
  "scripts"         : {
    "test" : "grunt test jasmine"
  },
  "dependencies"    : {
    "grunt"         : "~0.3.15",
    "connect"       : "2.4.4",
    "temporary"     : "~0.0.2",
    "semver"        : "1.0.14",
    "eventemitter2" : "0.4.9",
    "open"          : "0.0.2",
    "grunt-istanbul": "0.0.1"
  },
  "keywords"        : [
    "gruntplugin",
    "jasmine",
    "istanbul",
    "phantomjs",
    "coverage"
  ]
}
