2019-04-04 20:10:18 +00:00
|
|
|
{
|
2019-05-10 16:38:07 +00:00
|
|
|
"name": "@greenlock/store-sequelize",
|
2019-05-12 01:36:40 +00:00
|
|
|
"version": "3.0.1",
|
2019-04-18 02:45:41 +00:00
|
|
|
"description": "A Sequelize-based certificate store for greenlock that supports wildcards.",
|
|
|
|
"homepage": "https://git.rootprojects.org/root/greenlock-store-sequelize.js",
|
2019-04-18 03:07:59 +00:00
|
|
|
"main": "greenlock-store-sequelize.js",
|
2019-04-18 02:45:41 +00:00
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node tests"
|
|
|
|
},
|
2019-04-04 20:10:18 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-04-18 02:45:41 +00:00
|
|
|
"url": "https://git.rootprojects.org/root/greenlock-store-sequelize.js.git"
|
2019-04-04 20:10:18 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2019-05-12 01:36:40 +00:00
|
|
|
"@root/mkdirp": "^1.0.0",
|
2019-04-18 02:45:41 +00:00
|
|
|
"sequelize": "^5.2.11"
|
2019-04-08 13:01:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6.9.0"
|
2019-04-04 20:10:18 +00:00
|
|
|
}
|
|
|
|
}
|