{
  "name": "udsjs",
  "version": "1.1.67",
  "description": "Javascript library to interact with Unified Data Services",
  "main": "dist/uds.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.minified.config.js --bail --progress --profile && webpack --config webpack.unminified.config.js --bail --progress --profile",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/redhataccess/udsjs"
  },
  "author": "Samuel Mendenhall <Samuel.Mendenhall@gmail.com> (https://github.com/engineersamuel)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/redhataccess/udsjs/issues"
  },
  "homepage": "https://github.com/redhataccess/udsjs#readme",
  "devDependencies": {
    "babel-core": "~6.9.1",
    "babel-loader": "~6.2.4",
    "babel-plugin-transform-es2015-modules-umd": "~6.8.0",
    "babel-preset-es2015": "~6.9.0",
    "bluebird": "~3.4.0",
    "jquery": "~2.2.4",
    "jsuri": "~1.3.1",
    "webpack": "~1.13.1"
  }
}
