vCarousel/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2021-03-31 18:14:03 +02:00
{
"name": "vCarousel",
"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": {
"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-06-01 15:59:08 +02:00
"@types/jasmine": "^3.7.6",
"jasmine": "^3.7.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"karma-typescript": "^5.5.1",
2021-06-01 15:59:08 +02:00
"ts-loader": "^8.3.0",
"typescript": "^4.3.2",
2021-03-31 18:14:03 +02:00
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"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
}