forge.js 200 B

12345678910111213
  1. /**
  2. * Node.js module for Forge.
  3. *
  4. * @author Dave Longley
  5. *
  6. * Copyright 2011-2016 Digital Bazaar, Inc.
  7. */
  8. module.exports = {
  9. // default options
  10. options: {
  11. usePureJavaScript: false
  12. }
  13. };