Features: - Full RBAC with 3 roles (superadmin/manager/contributor) - Ownership tracking on posts, tasks, campaigns, projects - Task system: assign to anyone, filter combobox, visibility scoping - Team members merged into users table (single source of truth) - Post thumbnails on kanban cards from attachments - Publication link validation before publishing - Interactive onboarding tutorial with Settings restart - Full Arabic/English i18n with RTL layout support - Language toggle in sidebar, IBM Plex Sans Arabic font - Brand-based visibility filtering for non-superadmins - Manager can only create contributors - Profile completion flow for new users - Cookie-based sessions (express-session + SQLite)
36 lines
740 B
JSON
36 lines
740 B
JSON
{
|
|
"name": "aproba",
|
|
"version": "2.1.0",
|
|
"description": "A ridiculously light-weight argument validator (now browser friendly)",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"standard": "^11.0.1",
|
|
"tap": "^12.0.1"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"pretest": "standard",
|
|
"test": "tap --100 -J test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iarna/aproba"
|
|
},
|
|
"keywords": [
|
|
"argument",
|
|
"validate"
|
|
],
|
|
"author": "Rebecca Turner <me@re-becca.org>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/aproba/issues"
|
|
},
|
|
"homepage": "https://github.com/iarna/aproba"
|
|
}
|