2020-04-21 12:27:53 -04:00
|
|
|
{
|
|
|
|
"name": "98.css",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A design system for building faithful recreations of old UIs",
|
2020-04-21 14:07:21 -04:00
|
|
|
"main": "build/style.css",
|
2020-04-21 12:27:53 -04:00
|
|
|
"directories": {
|
|
|
|
"doc": "docs"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-04-21 12:37:59 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "./build.js"
|
2020-04-21 12:27:53 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2020-04-21 12:37:59 -04:00
|
|
|
"homepage": "https://github.com/jdan/windows98.css#readme",
|
|
|
|
"devDependencies": {
|
2020-04-21 13:50:15 -04:00
|
|
|
"dedent": "^0.7.0",
|
2020-04-21 14:07:21 -04:00
|
|
|
"ejs": "^3.0.2",
|
|
|
|
"mkdirp": "^1.0.4",
|
|
|
|
"postcss-inline": "^1.2.0",
|
|
|
|
"postcss-inline-svg": "^4.1.0"
|
2020-04-21 12:37:59 -04:00
|
|
|
}
|
2020-04-21 12:27:53 -04:00
|
|
|
}
|