-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.17 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "mindtap",
"description": "MindTap | Cengage Tutorial Tasks code.",
"version": "1.0.0",
"keywords": [
"MindTap",
"Cengage",
"New Perspectives on HTML5, CSS3, and JavaScript, 6e",
"A Soldiers Scrapbook",
"ACGIP Conference",
"Appalachian House",
"Austen Vynes",
"Big Apple Physics",
"Bridger College Student Union",
"Browyer Realty",
"Bubbla Party Supplies",
"Cauli Wood Gallery",
"Chupacabra Music Festival",
"Cinema Penguin Fred Astaire Biography",
"Costume Expressions",
"Crescent Credit Union League",
"DeLong Enterprises",
"DianesRun",
"DLR Morning Schedule",
"Espresso machine order",
"Federalist",
"Golden Pulps",
"Gridirony",
"Hamilton Conference Center",
"Harpe Gaming",
"HarpeGaming",
"Hitori Puzzle",
"Jersey Buoys",
"JSWorks",
"Kidder Garden",
"Kidder Garden Stamps",
"Lyman Hall Theater",
"Marlin Internet",
"MathStrings",
"Media Arts Society",
"Millennium Computers",
"MobilePanini",
"Monroe Public Library",
"Mountain Wheels",
"New Accents Photography",
"Online Bookworms",
"Pandaisia Chocolates",
"Park City Gazette",
"Philip Henslowe Classic Theatre",
"Pixal Arts and Entertainment",
"Poker Squares",
"Red Ball Pizza",
"Red Ball Pizza2",
"Rhetoric in the United States",
"Rhetoric in the United States2",
"Roads Not Taken",
"Save your Fork",
"Sky Dust Stories",
"Slate and Pencil Tutoring",
"Star Dust Stories",
"Subsistence",
"The Civil War and Reconstruction",
"The Great Lakescape Lodge",
"The Japanese Puzzle Factory",
"The Lyman Hall Theater",
"The Math Table",
"The Park City Gazette",
"The Spice Bowl",
"Tree and Book",
"Tri and Succeed Sports",
"Trophy Case Sports",
"Trusted Friends",
"Tulsa Summer Party",
"VoterWeb",
"WidgetMage",
"Willet Creek"
],
"repository": "https://github.com/hesbon-osoro/MindTap.git",
"license": "MIT",
"author": "Hesbon Osoro <hesbonosoro1@gmail.com>",
"scripts": {
"format": "prettier --write ."
},
"devDependencies": {
"prettier": "^2.8.0"
}
}