yammer-js
Version:
Simple Yammer API client
13 lines (12 loc) • 445 B
JSON
{
"name": "yammer-js",
"description": "Simple Yammer API client",
"version": "0.0.0",
"author": "Simon Murtha-Smith <simon@murtha-smith.com>",
"keywords": ["yammer"],
"main" : "lib/yammer_client.js",
"directories" : { "lib" : "./lib" },
"dependencies": { "oauth": ">= 0.8.2" },
"repository" : {"type": "git" , "url": "http://github.com/smurthas/yammer-js.git" },
"engines": { "node": ">=0.2.0 <0.5.0" }
}