-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1019 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "elm-firebase",
"version": "1.0.1",
"description": "A simple repository to show Elm integration with Firebase using ports",
"directories": {
"test": "tests"
},
"dependencies": {
"firebase": "^9.1.3"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-elm": "^2.0.0",
"@parcel/transformer-webmanifest": "^2.0.0",
"elm": "^0.19.1-5",
"parcel": "^2.0.0",
"parcel-reporter-static-files-copy": "^1.3.0"
},
"scripts": {
"build": "parcel build public/index.html --dist-dir build",
"start": "parcel public/index.html"
},
"keywords": [
"elm",
"firebase",
"ports",
"auth"
],
"author": "Julien Lengrand-Lambert <julien@lengrand.fr>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jlengrand/elm-firebase.git"
},
"bugs": {
"url": "https://github.com/jlengrand/elm-firebase/issues"
},
"homepage": "https://github.com/jlengrand/elm-firebase#readme"
}