{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "c1a9ae4e8c31d83d7b43e6ad0161e602",
    "packages": [
        {
            "name": "components/bootstrap",
            "version": "2.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/components/bootstrap.git",
                "reference": "4e517c991623b3bd913e2becd44831b2c9b0be90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/components/bootstrap/zipball/4e517c991623b3bd913e2becd44831b2c9b0be90",
                "reference": "4e517c991623b3bd913e2becd44831b2c9b0be90",
                "shasum": ""
            },
            "require": {
                "components/jquery": "*"
            },
            "suggest": {
                "components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"
            },
            "type": "component",
            "extra": {
                "component": {
                    "scripts": [
                        "js/bootstrap.js"
                    ],
                    "files": [
                        "js/bootstrap.min.js",
                        "css/*.css",
                        "img/*.png"
                    ],
                    "shim": {
                        "deps": [
                            "jquery"
                        ]
                    }
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Twitter, Inc"
                }
            ],
            "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
            "homepage": "http://twitter.github.com/bootstrap/",
            "keywords": [
                "bootstrap",
                "css"
            ],
            "time": "2013-07-18 20:01:48"
        },
        {
            "name": "components/highlightjs",
            "version": "7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/components/highlightjs.git",
                "reference": "60f5b260c3ae12578f7241e15e8102e9b65c4d3b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/components/highlightjs/zipball/60f5b260c3ae12578f7241e15e8102e9b65c4d3b",
                "reference": "60f5b260c3ae12578f7241e15e8102e9b65c4d3b",
                "shasum": ""
            },
            "require": {
                "robloach/component-installer": "*"
            },
            "type": "component",
            "extra": {
                "component": {
                    "scripts": [
                        "highlight.pack.js"
                    ],
                    "files": [
                        "styles/*"
                    ],
                    "shim": {
                        "exports": "hljs"
                    }
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Sagalaev",
                    "email": "maniac@softwaremaniacs.org",
                    "homepage": "http://softwaremaniacs.org"
                }
            ],
            "description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.",
            "time": "2013-04-24 15:11:49"
        },
        {
            "name": "components/jquery",
            "version": "1.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/components/jquery.git",
                "reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/components/jquery/zipball/ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
                "reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
                "shasum": ""
            },
            "require": {
                "robloach/component-installer": "*"
            },
            "type": "component",
            "extra": {
                "component": {
                    "scripts": [
                        "jquery.js"
                    ],
                    "files": [
                        "jquery.min.js",
                        "jquery-migrate.js",
                        "jquery-migrate.min.js",
                        "jquery.min.map"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Resig",
                    "email": "jeresig@gmail.com"
                }
            ],
            "description": "jQuery JavaScript Library",
            "homepage": "http://jquery.com",
            "time": "2014-10-11 11:52:45"
        },
        {
            "name": "kriswallsmith/assetic",
            "version": "v1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/assetic.git",
                "reference": "b20efe38845d20458702f97f3ff625d80805897b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
                "reference": "b20efe38845d20458702f97f3ff625d80805897b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/process": "~2.1"
            },
            "require-dev": {
                "cssmin/cssmin": "*",
                "joliclic/javascript-packer": "*",
                "kamicane/packager": "*",
                "leafo/lessphp": "*",
                "leafo/scssphp": "*",
                "leafo/scssphp-compass": "*",
                "mrclay/minify": "*",
                "patchwork/jsqueeze": "~1.0",
                "phpunit/phpunit": "~4",
                "psr/log": "~1.0",
                "ptachoire/cssembed": "*",
                "twig/twig": "~1.6"
            },
            "suggest": {
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Assetic": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Asset Management for PHP",
            "homepage": "https://github.com/kriswallsmith/assetic",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ],
            "time": "2014-12-12 05:04:05"
        },
        {
            "name": "robloach/component-installer",
            "version": "0.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/RobLoach/component-installer.git",
                "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/908a859aa7c4949ba9ad67091e67bac10b66d3d7",
                "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "kriswallsmith/assetic": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "composer/composer": "1.*@alpha",
                "phpunit/phpunit": "4.*"
            },
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                },
                "class": "ComponentInstaller\\ComponentInstallerPlugin"
            },
            "autoload": {
                "psr-0": {
                    "ComponentInstaller": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rob Loach",
                    "homepage": "http://robloach.net"
                }
            ],
            "description": "Allows installation of Components via Composer.",
            "time": "2015-08-10 12:35:38"
        },
        {
            "name": "tsphethean/sculpin-related-posts-bundle",
            "version": "0.1.0",
            "target-dir": "Tsphethean/Sculpin/Bundle/RelatedPostsBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/tsphethean/sculpin-related-posts-bundle.git",
                "reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tsphethean/sculpin-related-posts-bundle/zipball/7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
                "reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Tsphethean\\Sculpin\\Bundle\\RelatedPostsBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tom Phethean",
                    "homepage": "http://www.tsphethean.co.uk"
                }
            ],
            "description": "Sculpin Related Posts Bundle",
            "homepage": "https://sculpin.io",
            "keywords": [
                "blog",
                "blogging",
                "related posts",
                "site",
                "static"
            ],
            "time": "2014-03-21 14:38:52"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}