{
  "name": "sp-pnp-js",
  "version": "3.0.10",
  "description": "A JavaScript library for SharePoint development.",
  "main": "./lib/pnp.js",
  "typings": "./lib/pnp",
  "dependencies": {
    "@microsoft/microsoft-graph-types": "1.1.0",
    "@types/sharepoint": "2013.1.9"
  },
  "devDependencies": {
    "@microsoft/microsoft-graph-types": "1.1.0",
    "@types/chai": "4.1.0",
    "@types/chai-as-promised": "7.1.0",
    "@types/core-js": "0.9.44",
    "@types/mocha": "2.2.46",
    "ansi-colors": "1.0.1",
    "chai": "4.1.2",
    "chai-as-promised": "7.1.1",
    "del": "3.0.0",
    "fancy-log": "1.3.2",
    "gulp": "3.9.1",
    "gulp-istanbul": "1.1.3",
    "gulp-jsdoc3": "1.0.1",
    "gulp-mocha": "5.0.0",
    "gulp-replace": "0.6.1",
    "gulp-sourcemaps": "2.6.3",
    "gulp-spsave": "3.1.0",
    "gulp-tslint": "8.1.2",
    "gulp-typescript": "3.2.3",
    "jsdoc": "3.5.5",
    "merge2": "1.2.1",
    "mocha": "4.1.0",
    "node-fetch": "1.7.3",
    "plugin-error": "1.0.1",
    "semver": "5.4.1",
    "string-replace-loader": "1.3.0",
    "ts-loader": "3.2.0",
    "tslint": "5.8.0",
    "typescript": "2.6.2",
    "webpack": "3.10.0",
    "webpack-dev-server": "2.10.1",
    "yargs": "10.1.1"
  },
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/SharePoint/PnP-JS-Core"
  },
  "author": {
    "name": "Microsoft and other contributors"
  },
  "license": "MIT",
  "keywords": [
    "sharepoint",
    "office365",
    "tools",
    "spfx",
    "sharepoint framework"
  ],
  "bugs": {
    "url": "https://github.com/SharePoint/PnP-JS-Core/issues"
  },
  "homepage": "https://github.com/SharePoint/PnP-JS-Core",
  "browser": {
    "./lib/net/nodefetchclient.js": "./lib/net/nodefetchclientbrowser.js"
  }
}
