Files
simpleFoodDiary/package.json
Julien Lengrand-Lambert 3e28fac56e Adds start command
2020-08-30 19:21:47 +02:00

35 lines
845 B
JSON

{
"name": "simpleFoodDiary",
"version": "1.0.0",
"description": "git remote add origin git@github.com:jlengrand/simpleFoodDiary.git",
"main": "src/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "elm-app start",
"test": "elm-app test",
"build": "elm-app build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlengrand/simpleFoodDiary.git"
},
"keywords": [
"elm"
],
"author": "Julien Lengrand-Lambert <julien@lengrand.fr>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/jlengrand/simpleFoodDiary/issues"
},
"homepage": "https://github.com/jlengrand/simpleFoodDiary#readme",
"devDependencies": {
"create-elm-app": "^4.1.3"
},
"dependencies": {
"firebase": "^7.8.1",
"firebase-app": "0.0.1"
}
}