forked from openSUSE/landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1017 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": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.3",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.4.1",
"path": "^0.11.14"
},
"devDependencies": {},
"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"
}