-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 864 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 864 Bytes
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
{
"name": "ch2014",
"title": "Christina Häusler Wordpress Template",
"homepage": "http://christinahaeusler.at",
"author": "Martin Leopold",
"copyright": "2014",
"version": "2018.12.30",
"license": "AGPL-3.0",
"scripts": {
"start": "grunt"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ftp-push": "^1.2.1",
"matchdep": "^2.0.0"
},
"config": {
"folders": {
"cwd": "_theme",
"scss": "_/scss",
"css": "_/css",
"js": "_/js"
},
"files": {
"scss": "style.scss",
"css": "style.css",
"js": "scripts.js"
}
}
}