forked from edwardtufte/tufte-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 797 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
{
"name": "tufte-css",
"version": "1.8.0",
"description": "Tufte CSS provides tools to style web articles using the ideas demonstrated by Edward Tufte’s books and handouts. Edward Tufte uses a distinctive style in his handouts: simple, with well-set typography, extensive sidenotes, and tight integration of graphics and charts.",
"repository": {
"type": "git",
"url": "git+https://github.com/edwardtufte/tufte-css.git"
},
"keywords": [
"tufte",
"css",
"HTML",
"typography",
"sidenotes"
],
"author": "Dave Liepmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/edwardtufte/tufte-css/issues"
},
"homepage": "https://edwardtufte.github.io/tufte-css/",
"files": [
"tufte.css",
"tufte.min.css",
"et-book/"
]
}