-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
44
45
46
47
48
49
50
51
{
"name": "grav-theme-pluspunkt",
"version": "1.2.0",
"description": "A simple, responsive and modern Grav theme built with Kube",
"keywords": [
"pluspunkt",
"grav",
"theme",
"kube",
"modern",
"responsive"
],
"license": "GPL-3.0",
"private": false,
"scripts": {
"build": "node node_modules/gulp/bin/gulp.js default",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimonMueller/grav-theme-pluspunkt.git"
},
"author": {
"name": "Simon Müller",
"email": "[email protected]",
"url": "https://github.com/SimonMueller"
},
"bugs": {
"url": "https://github.com/SimonMueller/grav-theme-pluspunkt/issues"
},
"homepage": "https://github.com/SimonMueller/grav-theme-pluspunkt#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "~5.8.1",
"Respond.js": "git+https:github.com/scottjehl/Respond#1.4.2",
"autoprefixer": "~8.5.0",
"babel-core": "~6.26.3",
"babel-preset-env": "~1.7.0",
"gulp": "~4.0.2",
"gulp-babel": "~7.0.1",
"gulp-file": "~0.4.0",
"gulp-postcss": "~7.0.1",
"gulp-sass": "~4.0.2",
"kube": "git+https:github.com/imperavi/kube#v6.5.2",
"modernizr": "~3.7.1",
"smooth-scroll": "~12.1.5"
},
"engines": {
"node": "~9.5.0",
"npm": "~6.0.1"
}
}