-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "videojs-plugin-electronic-pen",
"version": "1.0.0",
"description": "plugin electronic pen in videojs ",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "babel plugin/src/js/electronic-pen.js --out-file plugin/dist/electronic-pen-videojs.js --presets=env,es2015",
"build-live": "babel plugin/src/js/electronic-pen.js --out-file plugin/dist/electronic-pen-videojs.js --presets=env,es2015 --watch",
"webpack": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakubfrydrych/videojs-plugin-electronic-pen.git"
},
"keywords": [
"videojs",
"electronic",
"pen",
"pen",
"video.js"
],
"author": "Jakub Frydrych",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakubfrydrych/videojs-plugin-electronic-pen/issues"
},
"homepage": "https://github.com/jakubfrydrych/videojs-plugin-electronic-pen#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"global": "^4.3.2",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13"
}
}