2021-03-31 18:14:03 +02:00
|
|
|
{
|
|
|
|
"name": "vCarousel",
|
2021-05-06 12:47:02 +02:00
|
|
|
"version": "0.5.0",
|
2021-03-31 18:14:03 +02:00
|
|
|
"description": "Video carousel, a new video appears when the previous one finishes playing.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-05-05 10:52:22 +02:00
|
|
|
"test": "karma start",
|
2021-03-31 18:14:03 +02:00
|
|
|
"build": "webpack",
|
|
|
|
"start": "webpack-dev-server"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://forge.chapril.org/Fab_Blab/vCarousel"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"carousel",
|
|
|
|
"video"
|
|
|
|
],
|
|
|
|
"author": "Fabrice PENHOËT",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"devDependencies": {
|
2021-05-05 10:52:22 +02:00
|
|
|
"@types/jasmine": "^3.6.10",
|
|
|
|
"jasmine": "^3.7.0",
|
|
|
|
"karma": "^6.3.2",
|
2021-05-06 16:11:03 +02:00
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
2021-05-05 10:52:22 +02:00
|
|
|
"karma-firefox-launcher": "^2.1.0",
|
|
|
|
"karma-jasmine": "^4.0.1",
|
|
|
|
"karma-typescript": "^5.5.1",
|
2021-04-30 17:25:40 +02:00
|
|
|
"ts-loader": "^8.2.0",
|
|
|
|
"typescript": "^4.2.4",
|
2021-03-31 18:14:03 +02:00
|
|
|
"webpack": "^4.46.0",
|
|
|
|
"webpack-cli": "^3.3.12",
|
|
|
|
"webpack-dev-server": "^3.11.2"
|
2021-04-08 12:41:47 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-08 15:46:26 +02:00
|
|
|
"flickity": "^2.2.2"
|
|
|
|
},
|
|
|
|
"dependenciesComments": {
|
2021-04-29 17:40:20 +02:00
|
|
|
"flickity": "This dependency can be removed (as well as this comment!), if you don't use Flickity in your application"
|
2021-03-31 18:14:03 +02:00
|
|
|
}
|
2021-04-29 10:32:33 +02:00
|
|
|
}
|