mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 02:04:11 -05:00
21 lines
430 B
JSON
21 lines
430 B
JSON
{
|
|
"name": "lambdacasserole/silex-base",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/lambdacasserole/silex-base",
|
|
"authors": [
|
|
"Saul Johnson <saul.a.johnson@gmail.com>"
|
|
],
|
|
"description": "Basic Silex project for a simple website.",
|
|
"keywords": [
|
|
"basic",
|
|
"silex",
|
|
"simple",
|
|
"website"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bootstrap": "~3.3.1",
|
|
"bootswatch": "^3.3.6"
|
|
}
|
|
}
|