{
|
|
"name": "shortid",
|
|
"version": "2.2.2",
|
|
"description": "Amazingly short non-sequential url-friendly unique id generator.",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"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": "^2.2.0",
|
|
"envify": "^3.4.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-browserify": "^3.6.0",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-contrib-jshint": "^0.11.1",
|
|
"grunt-contrib-uglify": "^0.8.1",
|
|
"grunt-mocha-test": "^0.12.7",
|
|
"grunt-notify": "^0.4.1",
|
|
"grunt-open": "^0.2.3",
|
|
"grunt-release": "^0.12.0",
|
|
"grunt-templates-dylang": "^1.0.10",
|
|
"load-grunt-tasks": "^3.1.0",
|
|
"mocha": "^2.2.1",
|
|
"time-grunt": "^1.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "2c47c2f6b3f38449518830602cff39b3485af0e4",
|
|
"bugs": {
|
|
"url": "https://github.com/dylang/shortid/issues"
|
|
},
|
|
"_id": "shortid@2.2.2",
|
|
"_shasum": "7b76bffb6b719aef8b1886dab2488fb5a97ce53a",
|
|
"_from": "shortid@*",
|
|
"_npmVersion": "2.7.5",
|
|
"_nodeVersion": "1.5.1",
|
|
"_npmUser": {
|
|
"name": "dylang",
|
|
"email": "dylang@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dylang",
|
|
"email": "dylang@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "7b76bffb6b719aef8b1886dab2488fb5a97ce53a",
|
|
"tarball": "http://registry.npmjs.org/shortid/-/shortid-2.2.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "http://registry.npmjs.org/shortid/-/shortid-2.2.2.tgz"
|
|
}
|