{
  "name": "mozilla-download",
  "version": "1.1.1",
  "description": "Download firefox/b2g-desktop runtimes",
  "license": "MIT",
  "main": "bin/mozilla-download",

  "bin": {
    "mozilla-download": "./bin/mozilla-download"
  },

  "contributors": [
    "Gareth Aye [:gaye] <gaye@mozilla.com>",
    "James Lal [:lightsofapollo] <jlal@mozilla.com>"
  ],

  "dependencies" : {
    "argparse": "1.0.2",
    "babel": "4.7.16",
    "debug": "2.1.3",
    "dmg": "0.0.3",
    "lodash": "3.6.0",
    "mz": "1.3.0",
    "ncp": "0.4.2",
    "promise": "6.1.0",
    "request": "2.54.0",
    "taskcluster-client": "0.21.2",
    "tmp": "0.0.25"
  },

  "devDependencies": {
    "chai": "2.1.2",
    "mocha": "2.2.1",
    "node-static": "0.7.6"
  },

  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla-b2g/mozilla-download.git"
  },

  "scripts": {
    "prepublish": "mkdir -p build && ./node_modules/.bin/babel src --experimental --modules common --out-dir build --source-maps",
    "test": "./node_modules/.bin/mocha"
  }
}
