40 lines
957 B
JSON
40 lines
957 B
JSON
{
|
|
"name": "@greenlock/store-sequelize",
|
|
"version": "3.0.1",
|
|
"description": "A Sequelize-based certificate store for greenlock that supports wildcards.",
|
|
"homepage": "https://git.rootprojects.org/root/greenlock-store-sequelize.js",
|
|
"main": "greenlock-store-sequelize.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/greenlock-store-sequelize.js.git"
|
|
},
|
|
"keywords": [
|
|
"greenlock",
|
|
"json",
|
|
"keypairs",
|
|
"certificates",
|
|
"store",
|
|
"database",
|
|
"sequelize"
|
|
],
|
|
"contributors": [
|
|
"Ryan Burnette <ryan.burnette@gmail.com> (https://ryanburnette.com/)",
|
|
"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@root/mkdirp": "^1.0.0",
|
|
"sequelize": "^5.2.11"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
}
|