Add x509 node module

This commit is contained in:
Johannes Zellner
2015-10-28 14:20:03 +01:00
parent 5d4d0c0a86
commit 22dcc787b5
2 changed files with 14 additions and 43 deletions
+2 -1
View File
@@ -62,7 +62,8 @@
"tail-stream": "https://registry.npmjs.org/tail-stream/-/tail-stream-0.2.1.tgz",
"underscore": "^1.7.0",
"valid-url": "^1.0.9",
"validator": "^3.30.0"
"validator": "^3.30.0",
"x509": "^0.2.2"
},
"devDependencies": {
"apidoc": "*",