-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 830 Bytes
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": "bey-timer",
"version": "0.9.0",
"description": "Countdown timer for speakers",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chen Hui Jing <kakyou_tensai@yahoo.com>",
"license": "ISC",
"devDependencies": {
"@selfisekai/gulp-sass": "^4.2.0",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.11",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"postcss": "^8.4.14",
"sass": "^1.52.3"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"repository": {
"type": "git",
"url": "https://github.com/singaporecss/bey-timer.git"
}
}