{
  "name": "spwebsvc",
  "version": "1.4.6",
  "description": "SharePoint 2010 Promise API library based on SPServices",
  "main": "build/index.js",
  "scripts": {
    "test": "jest",
    "start": "gulp test",
    "build": "gulp build",
    "jshint": "jshint --exclude ./build ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/rlking1985/spwebsvc.git"
  },
  "keywords": [
    "2010",
    "Services",
    "SharePoint",
    "SP2010",
    "SPServices",
    "Web"
  ],
  "author": "Ross King",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/rlking1985/spwebsvc/issues"
  },
  "homepage": "https://gitlab.com/rlking1985/spwebsvc#readme",
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.12.7",
    "babel-loader": "^8.2.1",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-git": "^2.10.1",
    "html-webpack-plugin": "^3.2.0",
    "jquery": "^3.5.1",
    "open": "^6.4.0",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-stream": "^5.2.1"
  },
  "dependencies": {
    "spcamljs": "^1.0.4"
  },
  "directories": {
    "test": "tests"
  }
}
