{
  "name": "td-ameritrade-api-oauth2",
  "version": "0.1.4",
  "description": "This is replication of the TD Ameritrade API.",
  "main": "index.js",
  "scripts": {
	"prestart": "npm install",
	"start": "node index.js"
  },
  "keywords": [
    "swagger"
  ],
  "license": "Unlicense",
  "private": true,
  "dependencies": {
    "connect": "^3.2.0",
    "js-yaml": "^3.3.0",
    "oas3-tools": "^2.0.2"
  }
}
