mirror of
https://github.com/h5p/h5p-interactive-video.git
synced 2026-03-04 09:16:09 +08:00
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"name": "h5p-interactive-video",
|
|
"version": "1.17.0",
|
|
"description": "Put texts, tasks and other medias on top of your video.",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "ava",
|
|
"build": "cross-env NODE_ENV='production' webpack -p",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/h5p/h5p-interactive-video.git"
|
|
},
|
|
"keywords": [
|
|
"h5p",
|
|
"content-type"
|
|
],
|
|
"author": "Joubel",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"ava": "^0.19.1",
|
|
"babel-cli": "^6.23.0",
|
|
"babel-core": "^6.23.1",
|
|
"babel-loader": "^7.1.0",
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-preset-latest": "^6.22.0",
|
|
"cross-env": "^5.0.1",
|
|
"css-loader": "^0.28.4",
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
|
"file-loader": "^0.11.2",
|
|
"h5p-lib-controls": "0.0.10",
|
|
"resolve-url-loader": "^2.1.0",
|
|
"style-loader": "^0 .18.2",
|
|
"url-loader": "^0.5.9",
|
|
"webpack": "^3.0.0"
|
|
}
|
|
}
|