added jws signer before i lose it again

This commit is contained in:
Gyula Kerezsi
2017-02-10 16:21:30 +02:00
parent 96a725e09f
commit c1cd1c19c0
5 changed files with 41 additions and 3 deletions

17
docs/static/v1.1/.node/package.json vendored Normal file
View 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"
}
}