{
  "name": "cycle-api",
  "version": "1.5.0-dev.3",
  "description": "NodeJS Client for interacting with Cycle's API.",
  "homepage": "https://cycle.io",
  "bugs": "support@cycle.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/cycleplatform/api-client-nodejs.git"
  },
  "main": "dist/index.js",
  "typings": "dist/typings/index.d.ts",
  "dependencies": {
    "isomorphic-fetch": "^2.2.1",
    "tslib": "^1.7.0"
  },
  "devDependencies": {
    "@types/chai": "^3.4.35",
    "@types/mocha": "^2.2.29",
    "@types/node": "^7.0.12",
    "chai": "^3.5.0",
    "mocha": "^3.0.0",
    "tslint": "^5.2.0",
    "typescript": "^2.3.2"
  },
  "scripts": {
    "prepublish": "tsc",
    "pretest": "cd test && tsc",
    "test": "mocha --timeout 500000 test/build/test/index.js"
  },
  "keywords": [
    "cycle",
    "cycle-platform",
    "cycleplatform",
    "cycle.io",
    "petrichor",
    "portal",
    "api",
    "client",
    "containers",
    "caas"
  ],
  "author": "Petrichor, Inc.",
  "license": "Apache-2.0"
}
