{
  "name": "ibm-workload-scheduler-api",
  "version": "1.0.0",
  "description": "Workload Scheduler - Application Lab API   IBM Workload Scheduler provides different sets of APIs. The Application Lab API is the simplest to use and is the main API used in the Bluemix environment.  To use this API on cloud environments, you need to know your tenantId, reported in the service management page (dashboard), or in the service credentials page ",
  "license": "Apache-2.0",
  "main": "src/com.ibm.tws.api/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive"
  },
  "dependencies": {
    "superagent": "1.7.1"
  },
  "devDependencies": {
    "mocha": "~2.3.4",
    "sinon": "1.17.3",
    "expect.js": "~0.3.1"
  }
}
