{
  "name": "CorfuDB-Frontend",
  "version": "1.0.0",
  "description": "Frontend for CorfuDB Configuration Master",
  "main": "build/js/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "CorfuDB"
  ],
  "author": "Michael Wei <mwei@cs.ucsd.edu>",
  "license": "Apache-2.0",
  "browser": {
    "bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js"
  },
  "browserify-shim": {
    "bootstrap": {
      "depends": [
        "jquery:$"
      ]
    }
  },
  "browserify": {
    "transform": [
      "browserify-shim"
    ]
  },
  "dependencies": {
    "bootstrap": "^3.3.2",
    "bower": "^1.3.12",
    "gulp-file-include": "^0.8.0",
    "jquery": "^2.1.3",
    "xhr": "^2.0.1"
  },
  "devDependencies": {
    "bluebird": "^2.9.14",
    "browserify": "8.0.1",
    "browserify-shim": "^3.8.3",
    "del": "^1.1.1",
    "gulp": "^3.8.11",
    "gulp-less": "^3.0.1",
    "gulp-rename": "^1.2.0",
    "gulp-tsd": "0.0.4",
    "tsify": "^0.8.1",
    "vinyl-transform": "^1.0.0"
  }
}
