-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"author": "ysakmrkm",
"scripts": {
"develop": "node sample/js/data.js & nodemon \"$(which gulp)\" --watch gulpfile.coffee",
"build": "gulp build"
},
"dependencies": {
},
"devDependencies": {
"browser-sync": "^2.27.7",
"coffeescript": "^2.6.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-coffee": "^3.0.3",
"gulp-debug": "^4.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-watch": "^5.0.1",
"nodemon": "^2.0.6",
"pug": "^3.0.2",
"sass": "^1.45.2"
},
"name": "available-time-slots",
"description": "![gif](https://github.com/ysakmrkm/available-time-slots/blob/main/image/screenshot.gif)",
"version": "0.0.37",
"main": "dist/js/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ysakmrkm/available-time-slots.git"
},
"keywords": [
"javascript",
"js",
"library",
"ui",
"user-interface",
"reservation",
"time-slots",
"time-slot-booking",
"time-slot-service"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ysakmrkm/available-time-slots/issues"
},
"homepage": "https://ysakmrkm.github.io/available-time-slots/"
}