{
  "name": "gd-sprest-js",
  "version": "2.4.1",
  "description": "SharePoint 2013/Online js components.",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "scripts": {
    "all": "npm run build && npm run test",
    "build": "gulp",
    "test": "webpack --config test/webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gunjandatta/sprest-js.git"
  },
  "keywords": [
    "gd-sprest",
    "sharepoint",
    "sharepoint 2013",
    "sharepoint online",
    "rest",
    "api",
    "typescript",
    "javascript"
  ],
  "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gunjandatta/sprest-js/issues"
  },
  "homepage": "https://github.com/gunjandatta/sprest-js#readme",
  "peerDependencies": {
    "gd-sprest": "^4.3.0"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "core-js": "^2.5.7",
    "css-loader": "^1.0.0",
    "gd-sprest": "^4.3.0",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.4.0",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-sass": "^4.0.1",
    "gulp-typescript": "^4.0.2",
    "gulp-uglify": "^3.0.1",
    "gulp-uglifycss": "^1.1.0",
    "gulp-webpack": "^1.5.0",
    "node-sass": "^4.9.2",
    "office-ui-fabric-js": "^1.5.0",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.21.0",
    "ts-loader": "^3.5.0",
    "webpack": "^3.11.0"
  }
}
