first commit
This commit is contained in:
13
app_vue/node_modules/node-forge/lib/forge.js
generated
vendored
Normal file
13
app_vue/node_modules/node-forge/lib/forge.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Node.js module for Forge.
|
||||
*
|
||||
* @author Dave Longley
|
||||
*
|
||||
* Copyright 2011-2016 Digital Bazaar, Inc.
|
||||
*/
|
||||
module.exports = {
|
||||
// default options
|
||||
options: {
|
||||
usePureJavaScript: false
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user