CertServ/package.json

17 lines
347 B
JSON

{
"name": "certserv",
"version": "1.0.0",
"description": "Certificate expiry utilities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Semisol",
"license": "BSD-3-Clause",
"keywords": [],
"dependencies": {
"irc-framework": "^4.11.0"
},
"devDependencies": {}
}