A design system for building faithful recreations of old UIs.
- 98UI is a CSS library for building interfaces that look like Windows 98.
+ 98.css is a CSS library for building interfaces that look like Windows 98.
@@ -69,11 +69,11 @@
This library does not contain any JavaScript, it merely styles your HTML with some CSS.
- This means 98UI is compatible with your frontend framework of choice.
+ This means 98.css is compatible with your frontend framework of choice.
-
You can install 98UI from the GitHub releases page, or from npm.
-
npm install 98ui
+
You can install 98.css from the GitHub releases page, or from npm.
+
npm install 98.css
Components
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e0d7f77
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "98.css",
+ "version": "0.0.1",
+ "description": "A design system for building faithful recreations of old UIs",
+ "main": "style.css",
+ "directories": {
+ "doc": "docs"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jdan/windows98.css.git"
+ },
+ "keywords": [
+ "css",
+ "windows98"
+ ],
+ "author": "Jordan Scales
",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/jdan/windows98.css/issues"
+ },
+ "homepage": "https://github.com/jdan/windows98.css#readme"
+}