64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "@root/acme",
|
|
"version": "3.0.9",
|
|
"description": "Free SSL certificates for Node.js and Browsers. Issued via Let's Encrypt",
|
|
"homepage": "https://rootprojects.org/acme/",
|
|
"main": "acme.js",
|
|
"browser": {
|
|
"./lib/native.js": "./lib/browser.js",
|
|
"./lib/node/sha2.js": "./lib/browser/sha2.js",
|
|
"./lib/node/http.js": "./lib/browser/http.js",
|
|
"./lib/node/client-user-agent.js": "./lib/browser/client-user-agent.js"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"lib",
|
|
"bin",
|
|
"scripts",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "node_xxx bin/bundle.js",
|
|
"lint": "jshint lib bin",
|
|
"postinstall": "node scripts/postinstall",
|
|
"test": "node server.js",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/acme.js.git"
|
|
},
|
|
"keywords": [
|
|
"ACME",
|
|
"Let's Encrypt",
|
|
"EC",
|
|
"RSA",
|
|
"CSR",
|
|
"browser",
|
|
"greenlock",
|
|
"VanillaJS",
|
|
"ZeroSSL"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@root/csr": "^0.8.1",
|
|
"@root/encoding": "^1.0.1",
|
|
"@root/keypairs": "^0.9.0",
|
|
"@root/pem": "^1.0.4",
|
|
"@root/request": "^1.3.11",
|
|
"@root/x509": "^0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"dig.js": "^1.3.9",
|
|
"dns-suite": "^1.2.13",
|
|
"dotenv": "^8.1.0",
|
|
"punycode": "^1.4.1"
|
|
},
|
|
"trulyOptionalDependencies": {
|
|
"eslint": "^6.5.1",
|
|
"webpack": "^4.41.0",
|
|
"webpack-cli": "^3.3.9"
|
|
}
|
|
}
|