{
  "name": "@buttercup/mobile-compat",
  "version": "0.7.0",
  "description": "Compiled library bundle for Buttercup's mobile platform",
  "main": "dist/mobile-compat.js",
  "scripts": {
    "build": "webpack --progress --colors",
    "prepublish": "npm run build",
    "test": "echo 'No tests yet..'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buttercup/buttercup-mobile-compat.git"
  },
  "keywords": [
    "buttercup",
    "mobile",
    "compatibility",
    "library",
    "dropbox",
    "webdav",
    "fs"
  ],
  "author": "Perry Mitchell <perry@perrymitchell.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/buttercup/buttercup-mobile-compat/issues"
  },
  "homepage": "https://github.com/buttercup/buttercup-mobile-compat#readme",
  "devDependencies": {
    "any-fs": "~0.4.1",
    "babel-core": "~6.24.1",
    "babel-loader": "~7.0.0",
    "babel-plugin-lodash": "~3.2.11",
    "babel-preset-es2015": "~6.24.1",
    "dropbox-fs": "0.0.5",
    "lodash-webpack-plugin": "~0.11.4",
    "null-loader": "~0.1.1",
    "uglifyjs-webpack-plugin": "~0.4.3",
    "webdav-fs": "~1.10.1",
    "webpack": "~2.6.1"
  }
}
