36 lines
999 B
JSON
36 lines
999 B
JSON
{
|
|
"name": "mantra",
|
|
"version": "0.0.1",
|
|
"description": "Community platform for translating literature.",
|
|
"main": "mantra.exonumia.africa.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/exonumia-cc/mantra.exonumia.africa.git"
|
|
},
|
|
"author": "kngako",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/exonumia-cc/mantra.exonumia.africa/issues"
|
|
},
|
|
"homepage": "https://github.com/exonumia-cc/mantra.exonumia.africa#readme",
|
|
"devDependencies": {
|
|
"sqlite3": "npm:@vscode/sqlite3@^5.0.7"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.19.1",
|
|
"config": "^3.3.6",
|
|
"connect-session-sequelize": "^7.1.2",
|
|
"excel4node": "^1.7.2",
|
|
"express": "^4.17.2",
|
|
"express-session": "^1.17.2",
|
|
"mantra-db-models": "file:../mantra-db-models",
|
|
"markdown-it": "^12.3.2",
|
|
"passport": "^0.5.2",
|
|
"passport-local": "^1.0.0",
|
|
"pug": "^3.0.2"
|
|
}
|
|
}
|