forked from inuitcss/base.headings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 1.03 KB
/
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
{
"name": "aleut.base.headings",
"version": "1.0.3",
"description": "Base heading rules for the aleutcss framework (based on Harry Roberts inuitcss framework)",
"main": "_base.headings.scss",
"repository": {
"type": "git",
"url": "https://github.com/aleutcss/base.headings.git"
},
"contributors": [
{"name": "Marius Hauken", "url": "http://twitter.com/mhauken", "email": "[email protected]"},
{"name": "Robin Sandborg", "url": "http://twitter.com/robrobro", "email": "[email protected]"},
{"name": "Knut Melvær", "url": "http://twitter.com/kmelve", "email": "[email protected]"},
{"name": "Harry Roberts", "email": "[email protected]"}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aleutcss/base.headings/issues"
},
"homepage": "https://github.com/aleutcss/base.headings",
"keywords": [
"aleutcss",
"aleut",
"oocss",
"css"
],
"dependencies": {
"aleut.settings.defaults": "~1.0.1",
"aleut.tools.mixins": "~1.0.1"
}
}