package.json 546 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "loli-safe",
  3. "version": "1.0.0",
  4. "description": "Pomf-like uploading service, written in NodeJS",
  5. "author": "kanadeko",
  6. "main": "lolibank.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/kanadeko/loli-safe"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/kanadeko/loli-safe/issues"
  13. },
  14. "engines": {
  15. "node": ">=7.0.0"
  16. },
  17. "license": "MIT",
  18. "dependencies": {
  19. "express": "^4.14.0",
  20. "knex": "^0.12.6",
  21. "multer": "^1.2.1",
  22. "randomstring": "^1.1.5",
  23. "sqlite3": "^3.1.8"
  24. }
  25. }