7fife-backend/node_modules/jws/package.json

35 lines
671 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "jws",
"version": "3.2.2",
2024-03-07 13:01:44 +00:00
"description": "Implementation of JSON Web Signatures",
2024-03-11 12:29:54 +00:00
"main": "index.js",
2024-03-07 13:01:44 +00:00
"directories": {
"test": "test"
},
2024-03-11 12:29:54 +00:00
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/brianloveswords/node-jws.git"
},
2024-03-07 13:01:44 +00:00
"keywords": [
"jws",
"json",
"web",
"signatures"
],
2024-03-11 12:29:54 +00:00
"author": "Brian J Brennan",
2024-03-07 13:01:44 +00:00
"license": "MIT",
2024-03-11 12:29:54 +00:00
"readmeFilename": "readme.md",
"gitHead": "c0f6b27bcea5a2ad2e304d91c2e842e4076a6b03",
"dependencies": {
"jwa": "^1.4.1",
"safe-buffer": "^5.0.1"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"devDependencies": {
"semver": "^5.1.0",
"tape": "~2.14.0"
}
2024-03-07 13:01:44 +00:00
}