-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
{
"name": "simplecountdown",
"version": "1.0.2",
"description": "Just another web countdown. The code is written in Vanilla JS & CSS without any other dependency. DEMO https://codepen.io/DazixCZ/pen/BZqjZV",
"scripts": {
"build:all": "gulp4 update:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dazix/SimpleCountDown.git"
},
"keywords": [
"countdown",
"VanillaJS"
],
"author": "David Šanda",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dazix/SimpleCountDown/issues"
},
"homepage": "https://github.com/Dazix/SimpleCountDown#readme",
"devDependencies": {
"@babel/core": "~7.7.4",
"@babel/plugin-transform-modules-umd": "~7.8.3",
"@babel/preset-env": "~7.7.4",
"del": "~5.1.0",
"gulp-babel": "~8.0.0",
"gulp-clean-css": "~4.2.0",
"gulp-less": "~4.0.1",
"gulp-rename": "~2.0.0",
"gulp-uglify": "~3.0.2",
"gulp-watch": "~5.0.1",
"gulp4": "~4.0.2",
"less": "~3.10.3",
"uglify-es": "~3.3.9"
}
}