|
@@ -0,0 +1,28 @@
|
|
|
|
+{
|
|
|
|
+ "name": "@mightyplow/simple-calorie-tracker",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "description": "A simple web app to track calories.",
|
|
|
|
+ "main": "index.js",
|
|
|
|
+ "scripts": {
|
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
+ },
|
|
|
|
+ "repository": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://git.mightyplow.net/mightyplow/simple-calorie-tracker"
|
|
|
|
+ },
|
|
|
|
+ "keywords": [
|
|
|
|
+ "webapp",
|
|
|
|
+ "calories",
|
|
|
|
+ "fitness",
|
|
|
|
+ "app",
|
|
|
|
+ "web"
|
|
|
|
+ ],
|
|
|
|
+ "author": "mightyplow@gmail.com",
|
|
|
|
+ "license": "UNLICENSED",
|
|
|
|
+ "dependencies": {},
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "parcel-bundler": "^1.12.4",
|
|
|
|
+ "react": "^16.11.0",
|
|
|
|
+ "react-dom": "^16.11.0"
|
|
|
|
+ }
|
|
|
|
+}
|