Commit 4614147a authored by mercury233's avatar mercury233

init nconf

parent a17d8977
# ignore # ignore
test*
config.deckstats.json
jsconfig.json jsconfig.json
coffeelint.json
node_modules/.bin/ config.deckstats.json
node_modules/bunyan/ password.json
node_modules/request/ config.user.json
node_modules/underscore/
node_modules/underscore.string/
node_modules/sqlite3/
node_modules/moment/
/node_modules/
!/node_modules/struct/
test*
*.heapsnapshot *.heapsnapshot
*.tmp *.tmp
*.bak *.bak
......
...@@ -10,14 +10,12 @@ ...@@ -10,14 +10,12 @@
], ],
"author": "zh99998 <zh99998@gmail.com>, mercury233 <me@mercury233.me>", "author": "zh99998 <zh99998@gmail.com>, mercury233 <me@mercury233.me>",
"dependencies": { "dependencies": {
"underscore": "latest",
"underscore.string": "latest",
"request": "latest",
"moment": "latest",
"sqlite3": "latest",
"bunyan": "latest", "bunyan": "latest",
"ws": "latest", "moment": "latest",
"pg": "latest" "nconf": "latest",
"request": "latest",
"underscore": "latest",
"underscore.string": "latest"
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0",
"scripts": { "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