package.json 631 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@mightyplow/simple-calorie-tracker",
  3. "version": "1.0.0",
  4. "description": "A simple web app to track calories.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.mightyplow.net/mightyplow/simple-calorie-tracker"
  12. },
  13. "keywords": [
  14. "webapp",
  15. "calories",
  16. "fitness",
  17. "app",
  18. "web"
  19. ],
  20. "author": "mightyplow@gmail.com",
  21. "license": "UNLICENSED",
  22. "dependencies": {},
  23. "devDependencies": {
  24. "parcel-bundler": "^1.12.4",
  25. "react": "^16.11.0",
  26. "react-dom": "^16.11.0"
  27. }
  28. }