-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.3 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "dev-test",
"version": "0.0.1",
"description": "Base heading rules for the inuitcss framework",
"main": "_base.headings.scss",
"repository": {
"type": "git",
"url": "https://github.com/inuitcss/base.headings.git"
},
"author": "Harry Roberts <[email protected]>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/inuitcss/base.headings/issues"
},
"homepage": "https://github.com/inuitcss/base.headings",
"keywords": [
"inuitcss",
"oocss",
"css"
],
"private": true,
"dependencies": {
"inuit-defaults": "latest",
"inuit-functions": "latest",
"inuit-mixins": "latest",
"inuit-normalize": "latest",
"inuit-reset": "latest",
"inuit-box-sizing": "latest",
"inuit-shared": "latest",
"inuit-clearfix": "latest",
"inuit-page": "latest",
"inuit-paragraphs": "latest",
"inuit-headings": "latest",
"inuit-lists": "latest",
"inuit-tables": "latest",
"inuit-images": "latest",
"inuit-layout": "latest",
"inuit-media": "latest",
"inuit-flag": "latest",
"inuit-box": "latest",
"inuit-tabs": "latest",
"inuit-widths": "latest",
"inuit-spacing": "latest",
"inuit-bare-list": "latest",
"inuit-ui-list": "latest",
"inuit-block-list": "latest",
"inuit-buttons": "latest"
}
}