{
  "name": "raptor-test",
  "version": "1.0.2",
  "description": "Performance test runner for @mozilla/raptor",
  "files": ["dist"],
  "keywords": [
    "testing",
    "firefox-os",
    "gaia",
    "performance",
    "b2g",
    "cli"
  ],
  "main": "dist/es5/index.js",
  "author": {
    "name": "Eli Perelman",
    "email": "eli@eliperelman.com"
  },
  "bugs": {
    "url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox%20OS&component=Gaia%3A%3APerformanceTest",
    "email": "eperelman@mozilla.com"
  },
  "devDependencies": {
    "babel-polyfill": "6.1.19",
    "babel-preset-es2015": "6.1.4",
    "chai": "3.4.1",
    "del": "2.0.2",
    "eslint": "1.7.2",
    "ghooks": "0.3.2",
    "gulp": "3.9.0",
    "gulp-babel": "6.1.0",
    "gulp-eslint": "1.0.0",
    "gulp-sourcemaps": "1.6.0",
    "mocha": "2.3.4",
    "source-map-support": "0.3.3"
  },
  "dependencies": {
    "byline": "4.2.1",
    "debug": "2.2.0",
    "empty-port": "0.0.1",
    "fxos-device-service": "4.1.0",
    "influent": "0.4.2",
    "marionette-apps": "0.3.13",
    "marionette-client": "1.9.4",
    "marionette-content-script": "0.0.4",
    "marionette-file-manager": "0.0.4",
    "marionette-helper": "0.3.2",
    "marionette-plugin-forms": "0.0.5",
    "marionette-settings-api": "0.1.0",
    "markdown-table": "0.4.0",
    "ndjson": "1.4.3",
    "ramda": "0.18.0",
    "sockit-to-me": "1.0.2",
    "stats-lite": "2.0.0",
    "superagent": "1.4.0",
    "superagent-promise": "1.0.3",
    "tcp-port-used": "0.1.2",
    "validator": "4.3.0",
    "xregexp": "3.0.0"
  },
  "directories": {},
  "homepage": "https://developer.mozilla.org/en-US/Firefox_OS/Automated_testing/Raptor",
  "license": "Apache-2.0",
  "maintainers": [
    {
      "name": "eliperelman",
      "email": "eli@eliperelman.com"
    },
    {
      "name": "rwood-moz",
      "email": "rwood@mozilla.com"
    }
  ],
  "repository": "mozilla-b2g/mozilla-raptor",
  "scripts": {
    "prepublish": "npm run lint && npm run build && npm test",
    "lint": "gulp lint",
    "build": "gulp build",
    "test": "mocha unit-tests"
  },
  "config": {
    "ghooks": {
      "pre-commit": "npm run lint && npm run build && npm test"
    }
  }
}
