{
  "name": "sp-view-fields",
  "version": "1.0.0",
  "description": "Get view fields by SharePoint list view.",
  "main": "index.js",
  "scripts": {
    "lint": "tslint index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Frederick-S/sp-view-fields.git"
  },
  "keywords": [
    "SharePoint"
  ],
  "author": "Frederick-S",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Frederick-S/sp-view-fields/issues"
  },
  "homepage": "https://github.com/Frederick-S/sp-view-fields#readme",
  "typings": "index.d.ts",
  "dependencies": {
    "is-guid": "0.0.2",
    "sp-context-helper": "^1.0.3",
    "sp-each": "^1.0.2"
  },
  "devDependencies": {
    "tslint": "^3.12.1",
    "typescript": "^1.8.10"
  }
}
