-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "community-service-logger",
"version": "1.0.1",
"description": "An app for Crescenta Valley High School, COMMUNITY SERVICE",
"engines": {
"node": "12.x"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"dependencies": {
"@rails/webpacker": "5.2.1",
"@sendgrid/mail": "^6.4.0",
"bootstrap": "^4.3.1",
"cool-ascii-faces": "^1.3.4",
"datatables.net": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"ejs": "^2.5.6",
"express": "^4.17.1",
"fund": "^1.0.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.0",
"signature_pad": "^3.0.0-beta.3",
"startbootstrap-creative": "^6.0.3",
"startbootstrap-grayscale": "^6.0.2",
"startbootstrap-sb-admin-2": "^4.1.1",
"tooltip.js": "^1.3.2"
},
"devDependencies": {
"request": "^2.81.0",
"tape": "^4.7.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Conbonbot/Community_Service_Logger"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Conbonbot/Community_Service_Logger"
},
"homepage": "https://github.com/Conbonbot/Community_Service_Logger",
"directories": {
"lib": "lib",
"test": "test"
},
"author": "Connor Harvey"
}