-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 893 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 893 Bytes
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
40
41
42
43
44
{
"name": "natter",
"version": "0.1.0",
"description": "A chat application",
"keywords": [
"chat",
"confabulate",
"gab",
"chatter",
"natter",
"im",
"messaging",
"communication",
"talk",
"application",
"app",
"gifs",
"gif",
"fun"
],
"author": {
"name": "Isaiah Odhner",
"email": "isaiahodhner@gmail.com",
"url": "https://isaiahodhner.io/"
},
"homepage": "https://natter.ml/",
"repository": "1j01/natter",
"dependencies": {
"coffee-script": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-script": "^2.0.5"
},
"scripts": {
"compile-security-rules": "firebase-bolt security-rules.bolt -o security-rules.json",
"start": "nw"
},
"private": true,
"devDependencies": {
"firebase-bolt": "^0.8.0",
"firebase-tools": "^3.0.3",
"react-mdl": "^2.1.0"
}
}