mirror of
https://github.com/jlengrand/simpleFoodDiary.git
synced 2026-03-10 08:41:21 +00:00
35 lines
845 B
JSON
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"
|
|
}
|
|
}
|