-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 833 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
33
34
35
{
"name": "b-hackers-webstore",
"version": "1.0.0",
"description": "B-Hackers WebStore client",
"main": "gulpfile.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkelol111/webstore.git"
},
"keywords": [
"kaios",
"bananahackers",
"b-hackers",
"webstore"
],
"author": "jkelol111",
"license": "ISC",
"bugs": {
"url": "https://github.com/jkelol111/webstore/issues"
},
"homepage": "https://github.com/jkelol111/webstore#readme",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-html-minifier-terser": "^6.0.1",
"gulp-jsonminify": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-terser": "^1.4.0"
}
}