-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
41 lines (41 loc) · 939 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
{
"name": "@themesberg/windows-95-ui-kit",
"version": "1.2.0",
"description": "Retro Windows 95 UI Kit in Bootstrap 4 created by Themesberg.com",
"keywords": [
"windows 95",
"ui kit",
"retro ui kit",
"bootstrap",
"retro bootstrap",
"themesberg",
"Windows 95 Buttons",
"Windows 95 Cards",
"Windows 95 Forms",
"Windows 95 Font",
"Windows 95 Tooltips",
"w95"
],
"homepage": "https://themesberg.com/product/ui-kit/windows-95-ui-kit",
"repository": {
"type": "git",
"url": "https://github.com/themesberg/windows-95-ui-kit"
},
"bugs": {
"email": "support@themesberg.com"
},
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Themesberg",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.0.1"
}
}