26 lines
608 B
JSON
26 lines
608 B
JSON
{
|
|
"name": "food_diary",
|
|
"version": "0.0.1",
|
|
"description": "Food Diary UI for researching dietary sensitivities.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Hyperling/food_diary.git"
|
|
},
|
|
"author": "Hyperling",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Hyperling/food_diary/issues"
|
|
},
|
|
"homepage": "https://github.com/Hyperling/food_diary#readme",
|
|
"dependencies": {
|
|
"package.json": "^2.0.1",
|
|
"typescript": "",
|
|
"react": "",
|
|
"react-dom": ""
|
|
},
|
|
"removedDependencies": {
|
|
"@types/react": "",
|
|
"@types/react-dom": ""
|
|
}
|
|
}
|