-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.17 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
{
"name": "@kickoff/fluidvideo.css",
"title": "Kickoff Fluid Video CSS module",
"description": "Simple fluid-width videos using CSS only",
"version": "1.2.1",
"homepage": "http://trykickoff.com",
"repo": "https://github.com/trykickoff/kickoff-fluidVideo.css",
"main": "index.css",
"style": "index.css",
"authors": [
{
"name": "Zander Martineau",
"url": "https://zander.wtf"
}
],
"contributors": [
"Github contributors <https://github.com/trykickoff/kickoff/graphs/contributors>"
],
"repository": {
"type": "git",
"url": "git://github.com/trykickoff/kickoff-fluidVideo.css.git"
},
"bugs": {
"url": "https://github.com/trykickoff/kickoff-fluidVideo.css/issues"
},
"license": "MIT",
"engines": {
"node": ">=6.0"
},
"keywords": [
"⚽",
"eyeglass-module"
],
"eyeglass": {
"name": "kickoff-fluidVideo",
"sassDir": ".",
"needs": "*",
"exports": false
},
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"indentation": [
"tab",
{
"except": [
"value"
]
}
],
"max-empty-lines": 2
}
}
}