package.json 458 B

12345678910111213141516171819202122
  1. {
  2. "author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
  3. "name": "crypt",
  4. "description": "utilities for encryption and hashing",
  5. "tags": [
  6. "hash",
  7. "security"
  8. ],
  9. "version": "0.0.2",
  10. "license": "BSD-3-Clause",
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/pvorb/node-crypt.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/pvorb/node-crypt/issues"
  17. },
  18. "main": "crypt.js",
  19. "engines": {
  20. "node": "*"
  21. }
  22. }