added jws signer before i lose it again
This commit is contained in:
17
docs/static/v1.1/.node/package.json
vendored
Normal file
17
docs/static/v1.1/.node/package.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "qwe",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "sign.js",
|
||||
"scripts": {
|
||||
"test": "standard"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"standard": "^8.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"jws": "^3.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user