-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 821 Bytes
/
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
{
"name": "w95-ui-kit",
"version": "1.0.0",
"description": "An awesome Windows 95 UI Kit created by Themesberg.com",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"UI",
"Kits",
"Bootstrap",
"4",
"Windows",
"95",
"Windows",
"95",
"UI",
"Kit",
"Themesberg",
"Design",
"System",
"W95",
"UI",
"Kit",
"W95",
"Design",
"System",
"Windowsw",
"95",
"Buttons",
"Windows",
"95",
"Cards",
"Windows",
"95",
"Forms",
"Windows",
"95",
"Font"
],
"author": "Themesberg",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper": "^1.0.1"
}
}