-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 923 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
36
{
"name": "tyfy",
"version": "2.0.12",
"description": "a framework for typographic structure and common content patterns",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-icons": "./bin/build-icons",
"build-docs": "node docs/docs.js",
"build-js": "node source/scripts.js",
"fractal-start": "fractal start --sync"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronpinero/typography.git"
},
"keywords": [
"css",
"typography"
],
"author": "Aaron Pinero",
"license": "ISC",
"bugs": {
"url": "https://github.com/aaronpinero/typography/issues"
},
"homepage": "https://github.com/aaronpinero/typography#readme",
"devDependencies": {
"@frctl/fractal": "^1.5.15",
"glob": "^7.1.6",
"templatesjs": "^2.0.0",
"terser": "^4.8.0",
"webfont": "^9.0.0"
}
}