1
0
mirror of https://github.com/jdan/98.css.git synced 2025-01-17 12:48:32 +01:00
98.css/package.json
2020-04-21 12:38:07 -04:00

31 lines
704 B
JSON

{
"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",
"build": "./build.js"
},
"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",
"devDependencies": {
"ejs": "^3.0.2"
}
}