a zip code slack clone

123456789101112131415161718
  1. {
  2. "name": "zipteam",
  3. "version": "1.0.0",
  4. "description": "Zip Team",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "npm run serve-ionic | npm run serve-spring",
  8. "serve-ionic": "cd i-ZipTeamOrange && ionic serve --port 9090",
  9. "serve-spring": "cd ZipTeamOrange && ./mvnw spring-boot:run"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://git.zipcode.rocks/hallinanc/ZipTeam.git"
  14. },
  15. "author": "",
  16. "license": "ISC"
  17. }