forked from videojs/videojs-flash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.41 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.41 KB
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
{
"name": "videojs-flash",
"version": "1.0.1",
"description": "The official Flash tech package for Video.js.",
"main": "build/es5/index.js",
"scripts": {
"build": "sb-build",
"clean": "sb-clean",
"lint": "sb-lint",
"start": "sb-start",
"test": "sb-test",
"watch": "sb-watch",
"preversion": "npm test",
"postversion": "sb-release",
"prepublish": "npm run build",
"prepush": "npm run lint"
},
"keywords": [
"videojs",
"videojs-plugin",
"videojs-tech"
],
"author": "Brightcove, Inc.",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"README.md",
"build/docs",
"build/es5",
"dist/",
"docs/",
"index.html",
"src/"
],
"dependencies": {
"global": "^4.3.2",
"video.js": "^6.0.1",
"videojs-swf": "^5.2.0"
},
"devDependencies": {
"husky": "^0.13.1",
"sinon": "~1.14.0",
"videojs-spellbook": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/videojs/videojs-flash.git"
},
"bugs": {
"url": "https://github.com/videojs/videojs-flash/issues"
},
"homepage": "https://github.com/videojs/videojs-flash#readme",
"jsnext:main": "src/js/index.js",
"engines": {
"node": ">=4.4.0"
},
"generator-videojs-plugin": {
"version": "4.0.1"
},
"spellbook": {
"css": false,
"ie8": true,
"lang": false,
"docs": false
}
}