{
  "name": "mozilla-runner",
  "version": "0.5.0",
  "author": "James Lal [:lightsofapollo]",
  "description": "Firefox / B2G runtime manager.",
  "main": "index.js",
  "keywords": [
    "firefox os",
    "gecko",
    "b2g-desktop",
    "firefox"
  ],
  "dependencies" : {
    "debug": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla-b2g/mozilla-runner"
  },
  "devDependencies": {
    "mocha": "~1.7",
    "mozilla-download": "0.4.0",
    "mozilla-profile-builder": "~0.0.1",
    "node-static": "~0.6"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.4"
  },

  "scripts": {
    "test": "make test"
  }
}
