node-jivesbs-rest
Version:
REST API and Feed Wrapper for Jive SBS 4.5.
28 lines (27 loc) • 662 B
JSON
{
"name": "node-jivesbs-rest",
"version": "0.0.3",
"main": "index.js",
"author": "Mike Kunze <mkunze@energy.wisc.edu>",
"description": "REST API and Feed Wrapper for Jive SBS 4.5.",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/PortalGNU/node-jivesbs-rest/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/PortalGNU/node-jivesbs-rest.git"
},
"keywords": [
"jive",
"sbs",
"wrapper"
],
"dependencies": {
"coffee-script": "*",
"request": "*",
"xml2js": "*"
}
}