{
  "name": "perfjankie",
  "version": "2.1.2",
  "dbVersion": "0.4.0",
  "description": "Browser Performance regression suite",
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt test",
    "prepublish": "grunt clean dist"
  },
  "bin": {
    "perfjankie": "lib/cli.js",
    "perfjankie-dbmigrate": "migrations/cli.js"
  },
  "author": "Parashuram <code@nparashuram.com>",
  "license": "BSD-2-Clause",
  "dependencies": {
    "browser-perf": "~1.4.0",
    "commander": "~2.8.1",
    "glob": "~5.0.14",
    "nano": "~6.1.5",
    "q": "~1.4.1",
    "sauce-tunnel": "^2.2.3",
    "semver": "^5.0.1",
    "serve-static": "^1.10.0"
  },
  "devDependencies": {
    "bunyan": "~1.5.1",
    "chai": "~3.2.0",
    "chai-as-promised": "^5.1.0",
    "chromedriver": "^2.21.2",
    "dtrace-provider": "^0.6.0",
    "grunt": "~0.4.5",
    "grunt-autoprefixer": "^3.0.3",
    "grunt-connect-proxy": "^0.2.0",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-connect": "~0.11.2",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-htmlmin": "^0.4.0",
    "grunt-contrib-jshint": "~0.11.2",
    "grunt-contrib-less": "^1.0.1",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-mocha-test": "~0.12.7",
    "grunt-processhtml": "^0.3.8",
    "load-grunt-tasks": "~3.2.0",
    "mocha": "~2.2.5",
    "selenium-server": "^2.53.0",
    "sinon": "~1.15.4"
  },
  "keywords": [
    "browser-perf",
    "telemetry",
    "gruntplugin"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/axemclion/perfjankie.git"
  },
  "bugs": {
    "url": "https://github.com/axemclion/perfjankie/issues"
  }
}
