-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 979 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 979 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
{
"name": "2019fall_deadpool",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "jest",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/utk-cs/2019fall_deadpool.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/utk-cs/2019fall_deadpool/issues"
},
"homepage": "https://github.com/utk-cs/2019fall_deadpool#readme",
"devDependencies": {
"electron": "^7.2.4",
"jest": "^24.9.0",
"pdfjs-dist": "^2.1.266"
},
"dependencies": {
"apple-icloud": "^1.0.0",
"bootstrap": "^4.3.1",
"dialogs": "^2.0.1",
"electron-prompt": "^1.4.0",
"googleapis": "^39.2.0",
"gulp": "^4.0.2",
"ics": "^2.18.0",
"jquery": "^3.4.1",
"jspdf": "^1.5.3",
"pdf-parse": "^1.1.1",
"pdf2json": "^1.1.8",
"pdfreader": "^1.0.4",
"popper": "^1.0.1",
"popper.js": "^1.15.0",
"webpack": "^4.41.0"
}
}