Kargi-Sitesi/node_modules/http-signature/package.json

38 lines
846 B
JSON
Raw Normal View History

2024-11-04 02:30:09 +00:00
{
"name": "http-signature",
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
"version": "0.10.1",
"license": "MIT",
"author": "Joyent, Inc",
"contributors": [
"Mark Cavage <mcavage@gmail.com>",
"David I. Lehn <dil@lehn.org>"
],
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-http-signature.git"
},
"homepage": "https://github.com/joyent/node-http-signature/",
"bugs": "https://github.com/joyent/node-http-signature/issues",
"keywords": [
"https",
"request"
],
"engines": {
"node": ">=0.8"
},
"main": "lib/index.js",
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"assert-plus": "^0.1.5",
"asn1": "0.1.11",
"ctype": "0.5.3"
},
"devDependencies": {
"node-uuid": "^1.4.1",
"tap": "0.4.2"
}
}