{ "name": "pubnub", "preferGlobal": false, "version": "3.7.10", "author": "PubNub ", "description": "Publish & Subscribe Real-time Messaging with PubNub", "contributors": [ { "name": "Stephen Blum", "email": "stephen@pubnub.com" } ], "bin": {}, "scripts": { "test": "grunt test --force" }, "main": "./pubnub.js", "repository": { "type": "git", "url": "git://github.com/pubnub/javascript.git" }, "keywords": [ "cloud", "publish", "subscribe", "websockets", "comet", "bosh", "xmpp", "real-time", "messaging" ], "dependencies": { "agentkeepalive": "~0.2" }, "noAnalyze": false, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-mocha-test": "^0.12.7", "mocha": "^2.1.0", "nock": "^1.1.0", "nodeunit": "^0.9.0", "underscore": "^1.7.0" }, "bundleDependencies": [], "license": "MIT", "engine": { "node": ">=0.2" } }