UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

93 lines (91 loc) 2 kB
{ "name": "jive-sdk", "description": "Node.js SDK for Jive Software to assist with the development of add-ons", "version": "0.2.17", "main": "jive-sdk-service/api.js", "author": { "name": "Jive Software", "email": "jivedev@jivesoftware" }, "dependencies": { "express" : "4.14.0", "body-parser": "1.15.2", "method-override": "2.3.6", "errorhandler": "1.4.3", "serve-favicon": "2.3.0", "consolidate": "0.14.1", "multer": "1.2.0", "mustache": "^2.2.1", "underscore": "1.8.3", "morgan": "1.7.0", "q": "1.4.1", "request": "2.74.0", "mocha": "3.1.2", "minimist": "1.2.0", "uuid": "3.0.1", "fs-extra": "1", "log4js": "0.6.37", "archiver" : "1.0.1", "http-proxy" : "1.14.0", "stream-array" : "1.1.2", "traverse" : "0.6.6", "mv" : "~2.1.1", "node-statsd-client": "1.0.3", "decompress-zip" : "0.3.0" }, "devDependencies": { "grunt": "*", "iconv-lite": "*", "jive-testing-framework" : "*", "mockery" : "*", "jscoverage" : "*", "temp" : "*", "funcster" : "*", "q-io" : "*", "sinon" : "*" }, "optionalDependencies": {}, "engines": { "node": "*" }, "scripts": { "test": "grunt test" }, "contributors": [ { "name": "Mark Weitzel", "email": "mark.weitzel@jivesoftware" }, { "name": "Aron Racho", "email": "aron.racho@jivesoftware.com" }, { "name": "Matt Tucker", "email": "matt@jivesoftware.com" }, { "name": "Ryan Rutan", "email": "ryan.rutan@jivesoftware.com" }, { "name": "Rashed Talukder", "email": "rashed.talukder@jivesoftware.com" } ], "repository": { "type": "git", "url": "http://github.com/jivesoftware/jive-sdk" }, "license": "Apache-2.0", "keywords": [ "jive", "framework", "app", "purposeful_places", "api" ], "bin": { "jive-sdk": "jive-sdk-service/generator/jive-sdk" } }