{
	"name": "sprestlib",
	"version": "1.9.0",
	"author": {
		"name": "Brent Ely",
		"url": "https://github.com/gitbrent/"
	},
	"description": "SharePoint REST Web Services JavaScript Library",
	"homepage": "https://gitbrent.github.io/SpRestLib/",
	"license": "MIT",
	"dependencies": {
		"https": ">=1.0.0"
	},
	"devDependencies": {
		"gulp": "^3.9.1",
		"gulp-concat": "^2.6.1",
		"gulp-ignore": "^2.0.2",
		"gulp-insert": "^0.5.0",
		"gulp-sourcemaps": "^2.6.0",
		"gulp-uglify": "^3.0.0"
	},
	"browser": {
		"https": false
	},
	"main": "dist/sprestlib.js",
	"types": "dist/sprestlib.d.ts",
	"directories": {
		"example": "example",
		"lib": "dist"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gitbrent/sprestlib.git"
	},
	"keywords": [
		"javascript-rest-library",
		"javascript-sharepoint-rest",
		"javascript-sharepoint-services",
		"javascript-sharepoint-web-services",
		"javascript-sp-web-services",
		"sharepoint-javascript",
		"sharepoint-javascript-framework",
		"sharepoint-javascript-library",
		"sharepoint-javascript-list",
		"sharepoint-javascript-rest",
		"sharepoint-javascript-webpart",
		"sharepoint-angular",
		"sharepoint-react",
		"sharepoint-node",
		"sharepoint-rest-api",
		"sharepoint-rest-library",
		"sharepoint-web-services",
		"sharepoint-web-services-library"
	],
	"bugs": {
		"url": "https://github.com/gitbrent/sprestlib/issues"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	}
}
