forked from jdan/98.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "98.css",
"version": "0.1.1",
"description": "A design system for building faithful recreations of old UIs",
"main": "build/98.css",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "sh test.sh",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdan/98.css.git"
},
"keywords": [
"css",
"windows98"
],
"author": "Jordan Scales <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdan/98.css/issues"
},
"homepage": "https://github.com/jdan/98.css#readme",
"devDependencies": {
"dedent": "^0.7.0",
"ejs": "^3.0.2",
"highlight.js": "^9.18.1",
"mkdirp": "^1.0.4",
"postcss-calc": "^7.0.2",
"postcss-css-variables": "^0.14.0",
"postcss-inline": "^1.2.0",
"postcss-inline-svg": "^4.1.0"
},
"dependencies": {}
}