UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

55 lines (54 loc) 1.34 kB
{ "name": "shortid", "version": "2.2.8", "description": "Amazingly short non-sequential url-friendly unique id generator.", "main": "index.js", "scripts": { "build": "grunt build", "test": "grunt test", "readme": "grunt repos readme" }, "keywords": [ "short", "tiny", "id", "uuid", "bitly", "shorten", "mongoid", "shortid", "tinyid" ], "homepage": "https://github.com/dylang/shortid", "author": { "name": "Dylan Greene", "email": "dylang@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/dylang/shortid.git" }, "browser": { "./lib/util/cluster-worker-id.js": "./lib/util/cluster-worker-id-browser.js", "./lib/random/random-byte.js": "./lib/random/random-byte-browser.js" }, "devDependencies": { "chai": "^3.3.0", "envify": "^3.4.0", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-browserify": "^3.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-uglify": "^0.9.2", "grunt-mocha-test": "^0.12.7", "grunt-notify": "^0.4.1", "grunt-open": "^0.2.3", "grunt-release": "^0.13.0", "grunt-templates-dylang": "^1.0.10", "load-grunt-tasks": "^3.3.0", "mocha": "^2.3.3", "time-grunt": "^1.2.1" }, "license": "MIT" }