blob: 9de0a11c69168a6c9e6437029d4b56603da077ce [file] [log] [blame]
{
"name": "node-forge",
"version": "0.6.21",
"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"
},
"gitHead": "875d46d0ef05f1b2a8a93b533a882c3a862f7fcf",
"_id": "node-forge@0.6.21",
"_shasum": "7dadde911be009c7aae9150e780aea21d4f8bd09",
"_from": "node-forge@^0.6.12",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "dlongley",
"email": "dlongley@digitalbazaar.com"
},
"maintainers": [
{
"name": "davidlehn",
"email": "dil@lehn.org"
},
{
"name": "dlongley",
"email": "dlongley@digitalbazaar.com"
},
{
"name": "msporny",
"email": "msporny@digitalbazaar.com"
}
],
"dist": {
"shasum": "7dadde911be009c7aae9150e780aea21d4f8bd09",
"tarball": "http://registry.npmjs.org/node-forge/-/node-forge-0.6.21.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.6.21.tgz",
"readme": "ERROR: No README data found!"
}