{
  "name": "9wares",
  "version": "0.3.44",
  "private": false,
  "description": "Javascript libraries for communicating with 9Wares",
  "author": "9Wares",
  "repository": {
    "type": "git",
    "url": "https://github.com/9Wares/9Wares-js"
  },
  "main": "nine-wares.js",
  "scripts": {
    "start": "brunch watch --server",
    "build": "babel app --out-dir dist"
  },
  "dependencies": {
    "axios": "^0.14.0",
    "jquery": "^3.1.0",
    "lodash": "~4.15.0",
    "moment": "~2.14.1",
    "numeral": "~1.5.3",
    "phoenix-socket": "^1.1.3"
  },
  "devDependencies": {
    "auto-reload-brunch": "^2.7.1",
    "babel-brunch": "~6.0.5",
    "babel-cli": "^6.11.4",
    "babel-preset-es2015": "~6.13.2",
    "brunch": "^2.8.2",
    "javascript-brunch": "^2.0.0",
    "uglify-js-brunch": "^2.0.1"
  }
}
