-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 777 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 777 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
37
{
"name": "downbeat",
"version": "1.0.4",
"description": "Vertical rhythm and modular scale library for Stylus.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/abstracthat/downbeat.git"
},
"keywords": [
"vertical rhythm",
"stylus",
"rhythm",
"vertical",
"typography",
"spacing",
"modular scale"
],
"author": {
"name": "Josh Bertrand"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abstracthat/downbeat/issues"
},
"homepage": "https://github.com/abstracthat/downbeat",
"_npmUser": {
"name": "abstracthat",
"email": "[email protected]"
},
"maintainers": [
{
"name": "abstracthat",
"email": "[email protected]"
}
]
}