File: forge.js

package info (click to toggle)
node-node-forge 0.10.0~dfsg-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,552 kB
  • sloc: javascript: 33,012; ansic: 229; python: 59; makefile: 26; xml: 7; sh: 1
file content (13 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Node.js module for Forge.
 *
 * @author Dave Longley
 *
 * Copyright 2011-2016 Digital Bazaar, Inc.
 */
module.exports = {
  // default options
  options: {
    usePureJavaScript: false
  }
};