card info api
Showing
| ... | ... | @@ -6,6 +6,7 @@ |
| "start": "node ./bin/www" | ||
| }, | ||
| "dependencies": { | ||
| "async": "^2.1.5", | ||
| "body-parser": "~1.15.2", | ||
| "cookie-parser": "~1.4.3", | ||
| "debug": "~2.2.0", | ||
| ... | ... | @@ -16,6 +17,7 @@ |
| "pg": "^6.1.0", | ||
| "serve-favicon": "~2.3.0", | ||
| "sqlite3": "3.1.8", | ||
| "superagent": "^3.3.1" | ||
| "superagent": "^3.3.1", | ||
| "underscore": "^1.8.3" | ||
| } | ||
| } |
test_read_conf.js
0 → 100644
Please register or sign in to comment