{
  "name": "xivapi-js",
  "version": "0.2.1",
  "description": "A Node.JS wrapper for xivapi.com",
  "main": "XIVAPI.js",
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "request": "^2.88.0",
    "request-promise-native": "^1.0.5"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xivapi/xivapi-js.git"
  },
	"keywords": [
		"xivapi"
	],
  "author": "TheSacredPixel",
  "license": "MIT",
	"bugs": {
    "url": "https://github.com/xivapi/xivapi-js/issues"
	},
  "homepage": "https://github.com/xivapi/xivapi-js#readme"
}
