UNPKG

js-shortid

Version:

Short id generator. UUID generator. Url-friendly. Non-predictable.

39 lines (38 loc) 831 B
{ "name": "js-shortid", "version": "0.1.1", "description": "Short id generator. UUID generator. Url-friendly. Non-predictable.", "main": "lib/js-shortid.js", "files": [ "lib" ], "scripts": { "test": "node ./test/test.js" }, "keywords": [ "shortid", "uuid", "guid", "client id", "mongoid", "id", "generator", "unique" ], "bugs": { "url": "https://github.com/zzzhan/js-shortid/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zzzhan/js-shortid.git" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^1.0.0", "matchdep": "^1.0.1" } }