memo/package.json

34 lines
713 B
JSON
Raw Normal View History

{
"name": "scrumblr",
"description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.",
2021-12-10 18:29:32 +01:00
"version": "0.2.1",
"repository": {
2021-12-10 18:29:32 +01:00
"url": "http://framagit.org/colibris/framemo"
},
"author": "Ali Asaria",
"main": "server.js",
"directories": {
"lib": "lib/"
},
"engines": {
"node": "0.4.7"
},
2021-12-10 18:29:32 +01:00
"scripts": {
"start": "node server.js"
},
"dependencies": {
2014-10-12 17:17:15 -04:00
"async": "~0.9.0",
"compression": "^1.1.0",
"express": "4.x",
"jade": "~1.5.0",
"redis": "~0.12.1",
"sanitizer": "~0.1.1",
"simplesets": "~1.2.0",
"socket.io": "1.x",
"yargs": "~2.3.0"
},
"devDependencies": {
"forever": "^0.15.3"
}
}