forked from Venatus/video-js-swf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 959 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
{
"name": "videojs-swf",
"description": "The Flash-fallback video player for video.js (http://videojs.com)",
"version": "4.5.1",
"copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video-js-swf/blob/master/LICENSE",
"keywords": [
"flash",
"video",
"player"
],
"homepage": "http://videojs.com",
"author": "Brightcove",
"repository": {
"type": "git",
"url": "https://github.com/videojs/video-js-swf.git"
},
"devDependencies": {
"async": "~0.2.9",
"flex-sdk": "4.6.0-0",
"video.js": "^4.9.0",
"grunt-cli": "~0.1.0",
"grunt": "~0.4.0",
"grunt-connect": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-qunit": "~0.2.1",
"qunitjs": "~1.12.0",
"grunt-bumpup": "~0.5.0",
"grunt-tagrelease": "~0.3.1",
"grunt-shell": "~0.6.1",
"grunt-prompt": "~0.1.2",
"grunt-npm": "~0.0.2",
"chg": "~0.1.5"
}
}