{
  "name": "marionette-profile-builder",
  "version": "0.0.4",
  "author": "James Lal [:lightsofapollo]",
  "description": "Default profile builder for marionette-js-runner",
  "main": "index.js",
  "keywords": [
    "marionette",
    "marionette-js-runner",
    "mocha",
    "test",
    "mozilla profile",
    "integration"
  ],
  "dependencies" : {
    "debug": "*",
    "mozilla-profile-builder": "0.4.0"
  },
  "devDependencies": {
    "mocha": "~1.12",
    "sinon": "~1.7"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "make test"
  }
}
