51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "wiki-security-composable",
|
|
"version": "0.2.0",
|
|
"description": "Composable security plugin foundation for Federated Wiki",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"wiki",
|
|
"fedwiki",
|
|
"security",
|
|
"authentication",
|
|
"authorization",
|
|
"composable"
|
|
],
|
|
"author": {
|
|
"name": "Christian Galo",
|
|
"email": "christian.galo@wiki.cafe",
|
|
"url": "http://galo.wiki.cafe"
|
|
},
|
|
"contributors": [
|
|
"Bennett Drucker <ben.drucker@icloud.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"coffeescript": "^1.12.7",
|
|
"glob": "^11.0.3",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/composable-security.test.js"
|
|
},
|
|
"peerDependencies": {
|
|
"wiki-security-friends": "*",
|
|
"wiki-security-social": "^0.1.0-rc.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"wiki-security-friends": {
|
|
"optional": true
|
|
},
|
|
"wiki-security-social": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coopcloud.tech/wiki-cafe/wiki-security-composable.git"
|
|
}
|
|
}
|