forked from spchuang/videojs-markers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 807 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
{
"name": "videojs-markers",
"description": "video marker breaks plugin for video.js",
"version": "1.0.1",
"main": "dist/videojs-markers.js",
"peerDependencies": {
"video.js": ">=4"
},
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"devDependencies": {
"babel-plugin-syntax-trailing-function-commas": "6.13.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "6.14.0",
"babel-preset-es2015": "6.16.0",
"flow": "0.2.3",
"grunt": "^0.4.5",
"grunt-babel": "6.0.0",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest"
}
}