No Description

package.json 966B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "react-native-fetch-blob-dev-env",
  3. "description" : "RNFB development environment, not dist package",
  4. "version": "0.9.6",
  5. "private": true,
  6. "scripts": {
  7. "start": "node node_modules/react-native/local-cli/cli.js start",
  8. "update-info" : "sh scripts/contributors.sh",
  9. "test": "sh test.sh"
  10. },
  11. "devDependencies": {
  12. "body-parser": "^1.15.0",
  13. "chalk": "^1.1.3",
  14. "chokidar": "^1.5.1",
  15. "express": "^4.13.4",
  16. "multer": "^1.1.0"
  17. },
  18. "contributors": [
  19. "Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
  20. "Erik Smartt <code@eriksmartt.com>",
  21. "Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
  22. "Juan B. Rodriguez <jbrodriguez@gmail.com>",
  23. "Kaishley <kklingachetti@msn.com>",
  24. "Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>",
  25. "Tim Suchanek <tim.suchanek@gmail.com>",
  26. "follower <github@rancidbacon.com>",
  27. "francisco-sanchez-molina <psm1984@gmail.com>",
  28. "smartt <github@eriksmartt.com>",
  29. ""
  30. ]
  31. }