-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 913 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 913 Bytes
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
{
"name": "@opensciencearchive/ui",
"version": "0.1.0",
"description": "Design system for Open Science Archive — editorial specification aesthetic",
"type": "module",
"main": "./ui/index.css",
"exports": {
".": "./ui/index.css",
"./tokens": "./ui/tokens/index.css",
"./tokens/*": "./ui/tokens/*.css",
"./base": "./ui/base/index.css",
"./base/*": "./ui/base/*.css",
"./prose": "./ui/prose/index.css",
"./prose/*": "./ui/prose/*.css",
"./components": "./ui/components/index.css",
"./components/*": "./ui/components/*.css",
"./fonts": "./ui/fonts/index.css"
},
"files": [
"ui"
],
"keywords": [
"design-system",
"css",
"tokens",
"open-science-archive",
"specification"
],
"repository": {
"type": "git",
"url": "https://github.com/opensciencearchive/ui.git"
},
"license": "MIT",
"author": "Open Science Archive"
}