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.

72 lines
1.7 KiB

  1. {
  2. "name": "jws",
  3. "version": "3.1.3",
  4. "description": "Implementation of JSON Web Signatures",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "make test"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/brianloveswords/node-jws.git"
  15. },
  16. "keywords": [
  17. "jws",
  18. "json",
  19. "web",
  20. "signatures"
  21. ],
  22. "author": {
  23. "name": "Brian J Brennan"
  24. },
  25. "license": "MIT",
  26. "gitHead": "c0f6b27bcea5a2ad2e304d91c2e842e4076a6b03",
  27. "dependencies": {
  28. "base64url": "~1.0.4",
  29. "jwa": "^1.1.2"
  30. },
  31. "devDependencies": {
  32. "semver": "^5.1.0",
  33. "tape": "~2.14.0"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/brianloveswords/node-jws/issues"
  37. },
  38. "homepage": "https://github.com/brianloveswords/node-jws#readme",
  39. "_id": "jws@3.1.3",
  40. "_shasum": "b88f1b4581a2c5ee8813c06b3fdf90ea9b5c7e6c",
  41. "_from": "jws@>=3.1.3 <4.0.0",
  42. "_npmVersion": "3.3.12",
  43. "_nodeVersion": "5.2.0",
  44. "_npmUser": {
  45. "name": "brianloveswords",
  46. "email": "brianloveswords@gmail.com"
  47. },
  48. "maintainers": [
  49. {
  50. "name": "brianloveswords",
  51. "email": "brianloveswords@gmail.com"
  52. },
  53. {
  54. "name": "stenington",
  55. "email": "mikelarssonftw@gmail.com"
  56. },
  57. {
  58. "name": "omsmith",
  59. "email": "owen@omsmith.ca"
  60. }
  61. ],
  62. "dist": {
  63. "shasum": "b88f1b4581a2c5ee8813c06b3fdf90ea9b5c7e6c",
  64. "tarball": "https://registry.npmjs.org/jws/-/jws-3.1.3.tgz"
  65. },
  66. "_npmOperationalInternal": {
  67. "host": "packages-6-west.internal.npmjs.com",
  68. "tmp": "tmp/jws-3.1.3.tgz_1455809983684_0.8235816163942218"
  69. },
  70. "_resolved": "https://registry.npmjs.org/jws/-/jws-3.1.3.tgz",
  71. "readme": "ERROR: No README data found!"
  72. }