package.json 396 B

123456789101112131415161718192021
  1. {
  2. "name": "target-data-service",
  3. "version": "1.0.0",
  4. "description": "外网数据",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "data"
  11. ],
  12. "author": "luququ",
  13. "license": "ISC",
  14. "dependencies": {
  15. "bufferhelper": "^0.2.0",
  16. "restify": "^4.0.3",
  17. "sequelize": "^3.13.0",
  18. "tedious": "^1.13.1"
  19. }
  20. }