Commit 4614147a authored by mercury233's avatar mercury233

init nconf

parent a17d8977
# ignore
test*
config.deckstats.json
jsconfig.json
coffeelint.json
node_modules/.bin/
node_modules/bunyan/
node_modules/request/
node_modules/underscore/
node_modules/underscore.string/
node_modules/sqlite3/
node_modules/moment/
config.deckstats.json
password.json
config.user.json
/node_modules/
!/node_modules/struct/
test*
*.heapsnapshot
*.tmp
*.bak
......
......@@ -27,4 +27,4 @@
}
}
}
}
}
\ No newline at end of file
......@@ -10,14 +10,12 @@
],
"author": "zh99998 <zh99998@gmail.com>, mercury233 <me@mercury233.me>",
"dependencies": {
"underscore": "latest",
"underscore.string": "latest",
"request": "latest",
"moment": "latest",
"sqlite3": "latest",
"bunyan": "latest",
"ws": "latest",
"pg": "latest"
"moment": "latest",
"nconf": "latest",
"request": "latest",
"underscore": "latest",
"underscore.string": "latest"
},
"license": "AGPL-3.0",
"scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment