-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.83 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
{
"name": "vigour-player",
"description": "vigour player",
"version": "2.0.6",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vigour-io/player.git"
},
"author": "vigour.io <dev@vigour.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vigour-io/player/issues"
},
"scripts": {
"start": "npm run dev",
"budo-chrome": "budo-chrome ./test/index.js --open -- --ignore=vigour-package",
"budo": "budo ./test/index.js --live",
"beefy": "beefy ./test/index.js --live -- --ignore=vigour-package",
"dev": "vpack ./test/index.js --package -p 8080 -o --template template.html --no-info",
"test": "node test"
},
"browserify": {
"transform": [
["babelify", { "presets": ["es2015"] }],
"./transform.js",
"lessify"
]
},
"browser": {
"./lib/property/fullscreen/index.js": "./lib/property/fullscreen/browser.js",
"./lib/ad/adblock/index.js": "./lib/ad/adblock/browser.js"
},
"dependencies": {
"blockadblock": "^3.2.1",
"hyperquest": "^1.3.0",
"lodash.clone": "^4.3.1",
"lodash.isarray": "^4.0.0",
"screenfull": "3.0.0",
"vast-client": "^1.3.7",
"vigour-element": "^1.3.4",
"vigour-env": "^2.0.5",
"vigour-open": "^1.0.0",
"vigour-package": "^1.0.0",
"vigour-scratch": "^1.7.0",
"vigour-ua": "^1.0.1",
"xmldom": "^0.1.22",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"lessify": "^1.0.1",
"vigour-util": "^1.0.1"
},
"devDependencies": {
"nightmare": "^2.2.0",
"tap-difflet": "0.4.0",
"tape": "^4.5.1",
"vdom-to-html": "^2.2.0"
},
"homepage": "https://github.com/vigour-io/player",
"keywords": [
"vigour-element",
"player",
"DOM"
],
"contributors": [
"Youri Daamen <youri@vigour.io>"
]
}