package.json 429 B

123456789101112131415161718192021
  1. {
  2. "name": "L2S.ch",
  3. "version": "1.0.0",
  4. "description": "Long To Short Link Generate",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "dependencies": {
  10. "tracer":">=0.8.0",
  11. "mongodb":"latest",
  12. "fs-extra":"latest",
  13. "mime-types":"latest",
  14. "js-base64":"latest"
  15. },
  16. "engines": {
  17. "node": ">=0.12.5"
  18. },
  19. "author": "HonorLee",
  20. "license": "ISC"
  21. }