-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 455 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 455 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "pushbits.github.io",
"version": "0.0.1",
"description": "A relay server for push notifications via Matrix",
"main": "index.js",
"repository": "https://github.com/pushbits/website",
"author": "eikendev <raphael@eiken.dev>",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"autoprefixer": "10.2.5",
"bootstrap": "5",
"postcss": "8.2.14",
"postcss-cli": "8.3.1"
},
"browserslist": [
"> 1%"
]
}