2015-12-21 21:12:38 +00:00
|
|
|
{
|
|
|
|
"name": "opdavies/sculpin-minimal",
|
|
|
|
"description": "A minimal installation of Sculpin.",
|
|
|
|
"licence": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Oliver Davies",
|
|
|
|
"email": "oliver@oliverdavies.uk",
|
|
|
|
"homepage": "https://www.oliverdavies.uk"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2017-01-07 23:20:00 +00:00
|
|
|
"sculpin/sculpin": "^2.1@dev",
|
|
|
|
"dflydev/embedded-composer": "^1.0@dev",
|
2015-12-21 21:12:38 +00:00
|
|
|
"components/bootstrap": "3.3.5",
|
|
|
|
"components/jquery": "~1.9.1"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"component-dir": "source/components"
|
|
|
|
}
|
|
|
|
}
|