{
	"name": "oanda-stats",
	"version": "1.0.0",
	"description": "A CLI offering trading stats based on your Oanda Forex account.",
	"main": "oanda-stats.js",
	"scripts": {
		"test": "node oanda-stats.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/26medias/oanda-stats.git"
	},
	"keywords": [
		"oanda",
		"forex",
		"stats",
		"analytics",
		"dashboard",
		"cli"
	],
	"author": "Julien Loutre",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/26medias/oanda-stats/issues"
	},
	"dependencies": {
		"appdirectory": "^0.1.0",
		"body-parser": "latest",
		"busboy": "latest",
		"cors": "latest",
		"express": "latest",
		"fs-extra": "latest",
		"fs-tool": "0.0.14",
		"mkdirp": "^0.5.1",
		"open": "^6.4.0",
		"prompts": "^2.2.1",
		"pstack": "^0.1.5",
		"shelljs": "^0.8.3",
		"underscore": "^1.9.1"
	},
	"bin": {
		"oanda-stats": "./oanda-stats.js"
	},
	"homepage": "https://github.com/26medias/oanda-stats#readme"
}
