forked from inuitcss/generic.normalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
50
51
{
"name": "aleut.generic.normalize",
"version": "2.0.0",
"description": "Nicolas Gallagher’s Normalize.css used in the aleutcss framework (based on Harry Roberts inuitcss framework)",
"main": "_generic.normalize.scss",
"repository": {
"type": "git",
"url": "https://github.com/aleutcss/generic.normalize.git"
},
"contributors": [
{
"name": "Marius Hauken",
"url": "http://twitter.com/mhauken",
"email": "hauken@netliferesearch.com"
},
{
"name": "Robin Sandborg",
"url": "http://twitter.com/robrobro",
"email": "robin@netliferesearch.com"
},
{
"name": "Knut Melvær",
"url": "http://twitter.com/kmelve",
"email": "knut@netliferesearch.com"
},
{
"name": "Harry Roberts",
"email": "harry@csswizardry.com"
},
{
"name": "Nicolas Gallagher",
"email": "nicolasgallagher@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/aleutcss/generic.normalize/issues"
},
"homepage": "https://github.com/aleutcss/generic.normalize",
"keywords": [
"aleutcss",
"aleut",
"oocss",
"css",
"normalize"
],
"dependencies": {
"aleut.settings.defaults": "~1.0.1",
"aleut.tools.mixins": "~1.0.1"
}
}