simple-video-editorjs
Version:
SimpleVideo Tool for Editor.js
34 lines (33 loc) • 774 B
JSON
{
"name": "simple-video-editorjs",
"version": "1.4.9",
"keywords": [
"codex editor",
"tool",
"video",
"server-less",
"editor.js",
"editorjs"
],
"description": "SimpleVideo Tool for Editor.js",
"license": "MIT",
"repository": "https://github.com/paulkinlan/simple-video",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": {
"name": "Paul Kinlan",
"email": "paulkinlan@google.com"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"css-loader": "^1.0.0",
"style-loader": "^0.21.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}