-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 945 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
34
{
"name": "tiny-slider-web-component",
"version": "1.0.0",
"description": "A lightweight and responsive slider web component.",
"main": "dist/tiny-slider.js",
"scripts": {
"build": "gulp",
"test": "echo 'Error: no test specified' && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/multipliedtwice/tiny-slider-web-component.git"
},
"keywords": [
"slider",
"web component",
"custom elements",
"responsive"
],
"author": "Rememo",
"license": "MIT",
"bugs": {
"url": "https://github.com/multipliedtwice/tiny-slider-web-component/issues"
},
"homepage": "https://github.com/multipliedtwice/tiny-slider-web-component#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-replace": "^1.1.4",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"terser": "^5.0.0",
"typescript": "^4.0.0"
}
}