You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.9 KiB

  1. {
  2. "name": "shortid",
  3. "version": "2.2.2",
  4. "description": "Amazingly short non-sequential url-friendly unique id generator.",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "test": "grunt test"
  8. },
  9. "keywords": [
  10. "short",
  11. "tiny",
  12. "id",
  13. "uuid",
  14. "bitly",
  15. "shorten",
  16. "mongoid",
  17. "shortid",
  18. "tinyid"
  19. ],
  20. "homepage": "https://github.com/dylang/shortid",
  21. "author": {
  22. "name": "Dylan Greene",
  23. "email": "dylang@gmail.com"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/dylang/shortid.git"
  28. },
  29. "browser": {
  30. "./lib/util/cluster-worker-id.js": "./lib/util/cluster-worker-id-browser.js",
  31. "./lib/random/random-byte.js": "./lib/random/random-byte-browser.js"
  32. },
  33. "devDependencies": {
  34. "chai": "^2.2.0",
  35. "envify": "^3.4.0",
  36. "grunt": "^0.4.5",
  37. "grunt-browserify": "^3.6.0",
  38. "grunt-contrib-concat": "^0.5.1",
  39. "grunt-contrib-jshint": "^0.11.1",
  40. "grunt-contrib-uglify": "^0.8.1",
  41. "grunt-mocha-test": "^0.12.7",
  42. "grunt-notify": "^0.4.1",
  43. "grunt-open": "^0.2.3",
  44. "grunt-release": "^0.12.0",
  45. "grunt-templates-dylang": "^1.0.10",
  46. "load-grunt-tasks": "^3.1.0",
  47. "mocha": "^2.2.1",
  48. "time-grunt": "^1.1.0"
  49. },
  50. "license": "MIT",
  51. "gitHead": "2c47c2f6b3f38449518830602cff39b3485af0e4",
  52. "bugs": {
  53. "url": "https://github.com/dylang/shortid/issues"
  54. },
  55. "_id": "shortid@2.2.2",
  56. "_shasum": "7b76bffb6b719aef8b1886dab2488fb5a97ce53a",
  57. "_from": "shortid@*",
  58. "_npmVersion": "2.7.5",
  59. "_nodeVersion": "1.5.1",
  60. "_npmUser": {
  61. "name": "dylang",
  62. "email": "dylang@gmail.com"
  63. },
  64. "maintainers": [
  65. {
  66. "name": "dylang",
  67. "email": "dylang@gmail.com"
  68. }
  69. ],
  70. "dist": {
  71. "shasum": "7b76bffb6b719aef8b1886dab2488fb5a97ce53a",
  72. "tarball": "http://registry.npmjs.org/shortid/-/shortid-2.2.2.tgz"
  73. },
  74. "directories": {},
  75. "_resolved": "http://registry.npmjs.org/shortid/-/shortid-2.2.2.tgz"
  76. }