-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 854 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
{
"name": "Subtify",
"version": "0.9.0",
"description": "Search caption from Youtube video with VueJS and Bootstrap",
"main": "index.html",
"dependencies": {
"sass": "^1.26.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "sass --watch src/scss/main.scss assets/css/style.css",
"sass-minify": "sass src/scss/main.scss assets/css/style.min.css --style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arifinizzah/subtify.git"
},
"keywords": [
"youtube",
"video",
"caption",
"vuejs",
"bootstrap"
],
"author": "Arifin Izzah",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/arifinizzah/subtify/issues"
},
"homepage": "https://github.com/arifinizzah/subtify#README"
}