mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
7312c1b8bb
Created seeds to initialize database with dummy tasks. Introduce config module to handle configurations per environment. See https://github.com/lorenwest/node-config Updated README.md to reflect changes.
15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"name": "hackflowy",
|
|
"version": "0.0.1",
|
|
"description": "A simple WorkFlowy clone",
|
|
"dependencies": {
|
|
"express": "~3.1.0",
|
|
"path": "~0.4.9",
|
|
"mysql": "~2.0.0",
|
|
"sqlite3": "~2.1.0",
|
|
"sequelize": "~1.7.9",
|
|
"socket.io": "~1.0.6",
|
|
"config": "~1.0.2"
|
|
}
|
|
}
|