-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.13 KB
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
{
"name": "10css",
"version": "1.0.0",
"description": "Windows 10 UI library - A direct fork of XP.css that transforms the Windows XP styling into Windows 10",
"main": "10.css",
"style": "10.css",
"repository": {
"type": "git",
"url": "https://websim.com/@1robots123/10-css-windows-10-ui-library"
},
"keywords": [
"css",
"windows10",
"ui",
"win10",
"xp.css",
"retro",
"framework",
"nostalgic",
"fork"
],
"author": "10.css contributors",
"license": "MIT",
"homepage": "https://websim.com/@1robots123/10-css-windows-10-ui-library",
"bugs": {
"url": "https://websim.com/@1robots123/10-css-windows-10-ui-library"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0"
},
"scripts": {
"build": "postcss 10.css -o dist/10.min.css --use autoprefixer --no-map",
"watch": "postcss 10.css -o dist/10.min.css --use autoprefixer --no-map --watch"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
],
"files": [
"10.css",
"dist/10.min.css",
"LICENSE"
]
}