summaryrefslogtreecommitdiff
path: root/alarm/node_modules/node-forge/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-10 14:54:04 +0100
committerMinteck <contact@minteck.org>2023-01-10 14:54:04 +0100
commit99c1d9af689e5325f3cf535c4007b3aeb8325229 (patch)
treee663b3c2ebdbd67c818ac0c5147f0ce1d2463cda /alarm/node_modules/node-forge/package.json
parent9871b03912fc28ad38b4037ebf26a78aa937baba (diff)
downloadpluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.tar.gz
pluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.tar.bz2
pluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.zip
Update - This is an automated commit
Diffstat (limited to 'alarm/node_modules/node-forge/package.json')
-rw-r--r--alarm/node_modules/node-forge/package.json86
1 files changed, 0 insertions, 86 deletions
diff --git a/alarm/node_modules/node-forge/package.json b/alarm/node_modules/node-forge/package.json
deleted file mode 100644
index 4d7fbdf..0000000
--- a/alarm/node_modules/node-forge/package.json
+++ /dev/null
@@ -1,86 +0,0 @@
-{
- "name": "node-forge",
- "version": "0.6.33",
- "description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
- "homepage": "http://github.com/digitalbazaar/forge",
- "author": {
- "name": "Digital Bazaar, Inc.",
- "email": "support@digitalbazaar.com",
- "url": "http://digitalbazaar.com/"
- },
- "contributors": [
- {
- "name": "Dave Longley",
- "email": "dlongley@digitalbazaar.com"
- },
- {
- "name": "Stefan Siegl",
- "email": "stesie@brokenpipe.de"
- },
- {
- "name": "Christoph Dorn",
- "email": "christoph@christophdorn.com"
- }
- ],
- "devDependencies": {
- "almond": "~0.2.6",
- "jscs": "^1.8.1",
- "requirejs": "~2.1.8"
- },
- "repository": {
- "type": "git",
- "url": "http://github.com/digitalbazaar/forge"
- },
- "bugs": {
- "url": "https://github.com/digitalbazaar/forge/issues",
- "email": "support@digitalbazaar.com"
- },
- "licenses": [
- {
- "type": "BSD",
- "url": "https://github.com/digitalbazaar/forge/raw/master/LICENSE"
- }
- ],
- "main": "js/forge.js",
- "engines": {
- "node": "*"
- },
- "keywords": [
- "aes",
- "asn",
- "asn.1",
- "cbc",
- "crypto",
- "cryptography",
- "csr",
- "des",
- "gcm",
- "hmac",
- "http",
- "https",
- "md5",
- "network",
- "pkcs",
- "pki",
- "prng",
- "rc2",
- "rsa",
- "sha1",
- "sha256",
- "sha384",
- "sha512",
- "ssh",
- "tls",
- "x.509",
- "x509"
- ],
- "scripts": {
- "bundle": "r.js -o minify.js optimize=none out=js/forge.bundle.js",
- "minify": "r.js -o minify.js",
- "jscs": "jscs *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js",
- "jshint": "jshint *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js"
- },
- "jspm": {
- "format": "amd"
- }
-}