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

42 lines
973 B
JSON
Raw Normal View History

2020-04-21 12:27:53 -04:00
{
"name": "98.css",
2020-04-23 13:58:16 -04:00
"version": "0.1.4",
2020-04-21 12:27:53 -04:00
"description": "A design system for building faithful recreations of old UIs",
2020-04-21 20:48:43 -04:00
"main": "build/98.css",
2020-04-21 12:27:53 -04:00
"directories": {
"doc": "docs"
},
"scripts": {
2020-04-21 22:31:54 -04:00
"test": "sh test.sh",
"build": "node build.js"
2020-04-21 12:27:53 -04:00
},
"repository": {
"type": "git",
2020-04-21 14:10:47 -04:00
"url": "git+https://github.com/jdan/98.css.git"
2020-04-21 12:27:53 -04:00
},
"keywords": [
"css",
"windows98"
],
"author": "Jordan Scales <scalesjordan@gmail.com>",
"license": "MIT",
"bugs": {
2020-04-21 14:10:47 -04:00
"url": "https://github.com/jdan/98.css/issues"
2020-04-21 12:27:53 -04:00
},
2020-04-21 14:10:47 -04:00
"homepage": "https://github.com/jdan/98.css#readme",
2020-04-21 12:37:59 -04:00
"devDependencies": {
2020-04-23 17:24:16 -04:00
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"ejs": "^3.0.2",
2020-04-22 11:40:10 -05:00
"glob": "^7.1.6",
2020-04-21 15:46:35 -04:00
"highlight.js": "^9.18.1",
"mkdirp": "^1.0.4",
2020-04-21 16:20:12 -04:00
"postcss-calc": "^7.0.2",
2020-04-22 11:40:10 -05:00
"postcss-copy": "^7.1.0",
"postcss-css-variables": "^0.14.0",
"postcss-inline": "^1.2.0",
"postcss-inline-svg": "^4.1.0"
},
"dependencies": {}
2020-04-21 12:27:53 -04:00
}