1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

rename and npm grab

This commit is contained in:
Jordan Scales
2020-04-21 12:27:53 -04:00
parent 989320d6a0
commit dd3922d691
2 changed files with 31 additions and 5 deletions

26
package.json Normal file
View File

@@ -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 <scalesjordan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdan/windows98.css/issues"
},
"homepage": "https://github.com/jdan/windows98.css#readme"
}