-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1020 Bytes
/
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": "fitvids",
"version": "2.1.1",
"description": "Makes your videos fluid-width.",
"main": "index.js",
"scripts": {
"build": "make build",
"test": "make test"
},
"devDependencies": {
"hihat": "^2.6.4",
"tap-dev-tool": "^1.3.0",
"tape": "^4.2.0",
"uglify-js": "^2.4.24",
"xo": "^0.25.3"
},
"keywords": [
"video",
"responsive",
"fluid",
"width",
"fitvids",
"wrapper"
],
"xo": {
"env": [
"browser"
],
"semicolon": false,
"rules": {
"space-before-function-paren": [
2,
"always"
],
"curly": [
2,
"multi-line"
]
}
},
"author": "Ross Zurowski <[email protected]>",
"license": "WTFPL",
"homepage": "https://github.com/rosszurowski/vanilla-fitvids#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rosszurowski/vanilla-fitvids.git"
},
"bugs": {
"url": "https://github.com/rosszurowski/vanilla-fitvids/issues"
}
}