{
	"name": "gurbaninow",
	"version": "1.0.1",
	"description": "A JavaScript Wrapper for the GurbaniNow API",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: No Test Specified\" && exit 1",
		"build": "webpack -p"
	},
	"author": "gurbaninow",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/GurbaniNow/gurbaninowapi-js"
	},
	"bugs": {
		"url": "https://github.com/GurbaniNow/gurbaninowapi-js/issues"
	},
	"homepage": "https://github.com/GurbaniNow/gurbaninowapi-js",
	"devDependencies": {
		"@babel/core": "^7.0.0-beta.40",
		"@babel/preset-env": "^7.0.0-beta.40",
		"babel-loader": "^8.0.0-beta.0",
		"webpack": "^3.11.0"
	},
	"babel": {
		"presets": [
			"@babel/preset-env"
		]
	}
}
