47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"name": "scrumblr",
|
|
"description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.",
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"url": "https://framagit.org/colibris/framemo"
|
|
},
|
|
"author": "Ali Asaria",
|
|
"main": "server.js",
|
|
"directories": {
|
|
"lib": "lib/"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.7"
|
|
},
|
|
"scripts": {
|
|
"start": "nodemon server.js -e js,css,jade,json"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
".DS_Store",
|
|
" /.git/*",
|
|
"*.rdb",
|
|
"docs/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"bootstrap-icons": "^1.8.2",
|
|
"compression": "^1.1.0",
|
|
"express": "^4.18.1",
|
|
"html2canvas": "^1.4.1",
|
|
"jade": "~1.5.0",
|
|
"redis": "~0.12.1",
|
|
"reload": "^3.2.0",
|
|
"sanitizer": "~0.1.1",
|
|
"simplesets": "~1.2.0",
|
|
"socket.io": "1.x",
|
|
"typeface-inter": "^3.18.1",
|
|
"yargs": "~2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"forever": "^0.15.3",
|
|
"nodemon": "^2.0.16"
|
|
}
|
|
}
|