{
	"name": "dsx-core",
	"version": "0.0.11",
	"type": "module",
	"description": "The core framework of Dropbox Solutions Accelerators. This framework contains all needed functionalities to work with Dropbox APIs. It handles authentication, http requests and responses, and all needed endpoints.",
	"keywords": [
		"dropbox",
		"accelerators",
		"dsx",
		"core",
		"framework"
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/dbx-solutions/dsx-core.git"
	},
	"homepage": "https://github.com/dbx-solutions/dsx-core#readme",
	"bugs": {
		"url": "https://github.com/dbx-solutions/dsx-core/issues"
	},
	"author": "Dropbox Solutions Team",
	"contributors": [
		"Hussam Hebbo <hussam@dropbox.com>"
	],
	"engines": {
		"node": ">=0.10.3"
	},
	"main": "main.js",
	"dependencies": {
		"dropbox": "^10.27.0"
	},
	"scripts": {
		"start": "node app.js"
	}
}
