UNPKG

1.88 kBJSONView Raw
1{
2 "name": "node-forge",
3 "version": "0.6.40",
4 "description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
5 "homepage": "https://github.com/digitalbazaar/forge",
6 "author": {
7 "name": "Digital Bazaar, Inc.",
8 "email": "support@digitalbazaar.com",
9 "url": "http://digitalbazaar.com/"
10 },
11 "contributors": [
12 {
13 "name": "Dave Longley",
14 "email": "dlongley@digitalbazaar.com"
15 },
16 {
17 "name": "Stefan Siegl",
18 "email": "stesie@brokenpipe.de"
19 },
20 {
21 "name": "Christoph Dorn",
22 "email": "christoph@christophdorn.com"
23 }
24 ],
25 "devDependencies": {
26 "almond": "~0.2.6",
27 "jscs": "^1.8.1",
28 "requirejs": "~2.1.8"
29 },
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/digitalbazaar/forge"
33 },
34 "bugs": {
35 "url": "https://github.com/digitalbazaar/forge/issues",
36 "email": "support@digitalbazaar.com"
37 },
38 "licenses": [
39 {
40 "type": "BSD",
41 "url": "https://github.com/digitalbazaar/forge/raw/master/LICENSE"
42 }
43 ],
44 "main": "js/forge.js",
45 "engines": {
46 "node": "*"
47 },
48 "keywords": [
49 "aes",
50 "asn",
51 "asn.1",
52 "cbc",
53 "crypto",
54 "cryptography",
55 "csr",
56 "des",
57 "gcm",
58 "hmac",
59 "http",
60 "https",
61 "md5",
62 "network",
63 "pkcs",
64 "pki",
65 "prng",
66 "rc2",
67 "rsa",
68 "sha1",
69 "sha256",
70 "sha384",
71 "sha512",
72 "ssh",
73 "tls",
74 "x.509",
75 "x509"
76 ],
77 "scripts": {
78 "bundle": "r.js -o minify.js optimize=none out=js/forge.bundle.js",
79 "minify": "r.js -o minify.js",
80 "jscs": "jscs *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js",
81 "jshint": "jshint *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js"
82 },
83 "jspm": {
84 "format": "amd"
85 }
86}