forked from openSUSE/landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1023 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
37
38
{
"name": "opensuse-landing-page",
"version": "1.0.0",
"description": "The landing page to get all the latest information about openSUSE Tumbleweed and Leap",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-shell": "^0.8.0",
"gulp-strip-debug": "^4.0.0",
"gulp-uglify": "^3.0.2",
"lodash.template": "^4.5.0",
"path": "^0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openSUSE/landing-page.git"
},
"keywords": [
"opensuse",
"tumbleweed",
"leap"
],
"author": "cynthia sanchez, zvezdana marjanovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/openSUSE/landing-page/issues"
},
"homepage": "https://github.com/openSUSE/landing-page#readme"
}