35 lines
903 B
JSON
35 lines
903 B
JSON
|
{
|
||
|
"name": "sculpin/blog-skeleton",
|
||
|
"description": "A Skeleton for a Sculpin Based Blog",
|
||
|
"type": "sculpin-skeleton",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Dragonfly Development Inc.",
|
||
|
"email": "info@dflydev.com",
|
||
|
"homepage": "http://dflydev.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Beau Simensen",
|
||
|
"email": "beau@dflydev.com",
|
||
|
"homepage": "http://beausimensen.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"sculpin/sculpin": "^3.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"publish": [
|
||
|
"./publish.sh"
|
||
|
],
|
||
|
"sculpin-watch": [
|
||
|
"Composer\\Config::disableProcessTimeout",
|
||
|
"./vendor/bin/sculpin generate --watch --server"
|
||
|
],
|
||
|
"yarn-watch": [
|
||
|
"Composer\\Config::disableProcessTimeout",
|
||
|
"yarn encore dev --watch"
|
||
|
]
|
||
|
}
|
||
|
}
|