-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 KB
/
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
40
41
{
"name": "pydata-invitations",
"version": "1.0.0",
"description": "All event invitations.",
"private": "true",
"scripts": {
"start": "node server.js",
"deploy": "cross-env ./deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PyData-Guna/invitations.git"
},
"keywords": [
"pydata",
"workshop",
"event",
"invitations"
],
"author": "Param Siddharth <contact@paramsid.com> (http://www.paramsid.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/PyData-Guna/invitations/issues"
},
"homepage": "https://github.com/PyData-Guna/invitations#readme",
"devDependencies": {
"connect-livereload": "^0.6.1",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"livereload": "^0.9.3",
"morgan": "^1.10.0",
"serve-index": "^1.9.1"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.0",
"bootstrap": "^5.0.2",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0"
}
}