package.json 447 B

1234567891011121314151617181920212223
  1. {
  2. "name": "cloudsql-alipay",
  3. "version": "1.0.0",
  4. "description": "alipay",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://git.1473.cn/kangna/cloudsql-alipay.git"
  15. },
  16. "author": "kangna",
  17. "license": "ISC",
  18. "dependencies": {
  19. "body-parser": "^1.18.2",
  20. "express": "^4.16.3"
  21. }
  22. }