forked from leny/kouto-swiss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 2.43 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "kouto-swiss",
"version": "0.11.11",
"description": "A complete CSS framework for Stylus",
"keywords": [
"Stylus",
"CSS",
"framework",
"polyfill",
"grid",
"vendors",
"responsive",
"reset",
"utility"
],
"homepage": "http://kouto-swiss.io",
"github": "http://github.com/krkn/kouto-swiss",
"author": {
"name": "krkn",
"email": "[email protected]",
"url": "http://krkn.be"
},
"contributors": [
{
"name": "leny",
"url": "http://leny.me"
},
{
"name": "filipelinhares",
"url": "http://filipelinhares.com"
},
{
"name": "PunKeel",
"url": "http://www.ungeek.fr"
},
{
"name": "kaok",
"url": "http://otherside.in"
},
{
"name": "bcbcarl",
"url": "https://github.com/bcbcarl"
},
{
"name": "srsgores",
"url": "http://seangoresht.com"
},
{
"name": "teohhanhui",
"url": "https://github.com/teohhanhui"
},
{
"name": "kix",
"url": "http://blog.kixlive.ru"
},
{
"name": "morenoh149",
"url": "http://harrymoreno.com"
},
{
"name": "mehcode",
"url": "https://github.com/mehcode"
},
{
"name": "sdegutis",
"url": "http://sdegutis.github.io"
},
{
"name": "BYODKM",
"url": "https://byodkm.com"
},
{
"name": "dmitrykiselyov",
"url": "https://github.com/dmitrykiselyov"
}
],
"repository": {
"type": "git",
"url": "git://github.com/krkn/kouto-swiss.git"
},
"bugs": {
"url": "https://github.com/krkn/kouto-swiss/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/krkn/kouto-swiss/blob/master/LICENSE"
}
],
"main": "lib/kouto-swiss.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": "*"
},
"dependencies": {
"prefiks": "^0.3",
"stylus": "0.50.0"
},
"devDependencies": {
"chalk": "^1.0.0",
"cheerio": "^0.18.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0",
"grunt-mocha-cli": "^1.12.0",
"highlight.js": "^8.4.0",
"marked": "^0.3.3",
"should": "^5.0.1"
}
}