-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 958 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
35
36
37
38
39
40
{
"name": "img-switcher",
"version": "1.0.0",
"description": "Switch images after JS is loaded to target resolution by breakpoints. Available in VanillaJS or TypeScript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Lukáš Strišovský",
"email": "info@striky.sk",
"url": "https://www.striky.sk"
},
"repository": {
"type": "git",
"url": "https://github.com/striky1/img-switcher"
},
"keywords": [
"switch images",
"reload images",
"preload images",
"first load image",
"retina display",
"vanillaJS",
"typeScript"
],
"license": "MIT",
"dependencies": {
"@types/gulp": "^4.0.5",
"@types/gulp-uglify": "^3.0.5",
"gulp": "^4.0.0",
"gulp-typescript": "^4.0.2",
"gulp-uglify": "^3.0.0",
"ts-node": "^5.0.1",
"typescript": "^2.8.1"
},
"devDependencies": {
"tslint": "^5.10.0"
}
}