42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "vCarousel",
|
|
"version": "0.5.0",
|
|
"description": "Video carousel, a new video appears when the previous one finishes playing.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "karma start",
|
|
"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": {
|
|
"@types/jasmine": "^3.8.2",
|
|
"jasmine": "^3.8.0",
|
|
"karma": "^6.3.4",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-firefox-launcher": "^2.1.1",
|
|
"karma-jasmine": "^4.0.1",
|
|
"karma-typescript": "^5.5.1",
|
|
"ts-loader": "^8.3.0",
|
|
"typescript": "^4.3.5",
|
|
"webpack": "^5.47.1",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"dependencies": {
|
|
"flickity": "^2.2.2"
|
|
},
|
|
"dependenciesComments": {
|
|
"flickity": "This dependency can be removed (as well as this comment!), if you don't use Flickity in your application"
|
|
}
|
|
}
|