forked from spchuang/videojs-markers
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
27 lines (27 loc) · 814 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-plugin",
"description": "video marker plugin for video.js",
"version": "1.0.2",
"main": "dist/videojs-markers-plugin.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": "^1.0.4",
"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"
}
}