-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@cgsoft/snap-carousel",
"version": "1.9.1",
"description": "A lightweight vanilla javascript library based on Web Components and Scroll Snap features",
"main": "build/snap-carousel.js",
"scripts": {
"start": "npx rollup -cw"
},
"keywords": [
"carousel",
"snap",
"web-component",
"vanilla"
],
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/corentin-gautier/snap-carousel"
},
"devDependencies": {
"rollup": "*",
"rollup-plugin-serve": "*",
"rollup-plugin-livereload": "*",
"rollup-plugin-terser": "*",
"rollup-plugin-html": "*",
"rollup-plugin-postcss": "*"
},
"homepage": "https://corentin-gautier.github.io/snap-carousel/",
"author": "Corentin Gautier",
"license": "GPLv3"
}