-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "cowin-vaccinator",
"version": "2.3.0",
"description": "CoWIN: Vaccinator 💉 A browser extension for superfast automated booking of vaccine slots on CoWIN",
"main": "script.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashish-r/cowin-vaccinator.git"
},
"keywords": [
"cowin",
"covid-19",
"covid vaccine",
"javascript",
"browser extension",
"cowin automation",
"chrome extension"
],
"author": "Ashish Ranjan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ashish-r/cowin-vaccinator/issues"
},
"homepage": "https://github.com/ashish-r/cowin-vaccinator#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/runtime": "^7.14.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-json-editor": "^2.5.6",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}