25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
781 B
JSON

{
"name": "chrg-nl-blog-theme",
"description": "The theme for chrg.nl",
"version": "0.0.1",
"engines": {
"ghost": ">=0.9.0 <1.0.0"
},
"author": {
"name": "Christiaan Goossens",
"email": "contact@christiaangoossens.nl"
},
"gpm": {
"type": "theme"
},
"scripts": {
"prebuild:css": "node-sass --include-path assets assets/scss/main.scss assets/css/main.css -o ./",
"build:css": "postcss assets/css/main.css --use autoprefixer -b 'last 2 versions' -o assets/css/main.css",
"watch": "watch 'npm run prebuild:css' assets/scss/"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"node-sass": "^4.5.3",
"postcss-cli": "^4.0.0",
"watch": "^1.0.2"
}
}