mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
27 lines
522 B
JSON
27 lines
522 B
JSON
{
|
|
"name": "ndent",
|
|
"version": "0.0.1-2",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "3.1.0",
|
|
"jade": "0.26.1",
|
|
"mongoose": "~3.8.1",
|
|
"ejs": "0.8.3",
|
|
"mongodb": "^1.1.7",
|
|
"socket.io": "0.9.13",
|
|
"cookie": "0.0.4",
|
|
"underscore": "1.5.2",
|
|
"passport": "^0.2.0",
|
|
"passport-google-oauth": "^0.1.5",
|
|
"connect-flash": "^0.1.1",
|
|
"connect-mongo": "^0.4.1"
|
|
},
|
|
"subdomain": "ndent",
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
}
|
|
}
|