forked from sunsetsonwheels/webstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 914 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
36
{
"name": "opengiraffes-webstore",
"version": "1.0.0",
"description": "openGiraffes WebStore client",
"main": "gulpfile.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openGiraffes/openGiraffes-store-web.git"
},
"keywords": [
"kaios",
"openGiraffes",
"bananahackers",
"b-hackers",
"webstore"
],
"author": "jkelol111",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/openGiraffes/openGiraffes-store-web/issues"
},
"homepage": "https://github.com/openGiraffes/openGiraffes-store-web#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"
}
}