{
  "name": "mozilla-packaged-webapp",
  "version": "0.2.0",
  "author": "Aus Lacroix [:nullaus]",
  "description": "Utility module for installing an app as preloaded & packaged app",
  "main": "index.js",
  "keywords": [
    "firefox os",
    "gecko",
    "b2g-desktop",
    "firefox",
    "webapp",
    "packaged"
  ],
  "dependencies" : {
    "debug": "*",
    "archiver": "~0.4",
    "readdirp": "~0.2.4"
  },
  "devDependencies": {
    "mocha": "~1.10",
    "marionette-host-environment": "~0.3.1",
    "marionette-apps": "~0.2.1",
    "mozilla-profile-builder": "~0.1.1",
    "marionette-client": "~0.11",
    "tmp": "~0.0.20",
    "ncp": "~0.4",
    "empty-port": "~0.0.1"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.4"
  },

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