UNPKG

acs-apiclient

Version:

Node helper library for connecting to the Answers Cloud Services (ForeSee in particular) web API in a headless manner.

39 lines (38 loc) 917 B
{ "name": "acs-apiclient", "version": "0.1.8", "description": "Node helper library for connecting to the Answers Cloud Services (ForeSee in particular) web API in a headless manner.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/alexsaves/acs-apiclient.git" }, "keywords": [ "ACS", "oAuth", "ForeSee", "Answers", "web", "API", "Node" ], "author": "Alexei White", "license": "MIT", "bugs": { "url": "https://github.com/alexsaves/acs-apiclient/issues" }, "homepage": "https://github.com/alexsaves/acs-apiclient", "dependencies": { "crypto": "0.0.3", "extend": "^3.0.0", "moment": "^2.10.6", "parse5": "^2.1.5", "querystring": "^0.2.0", "request": "^2.63.0", "url": "^0.11.0" }, "engine": "node >= 4.00.00" }