{
	"name": "axllent/silverstripe-bootstrap-forms",
	"description": "An extension to add CSS classes to Silverstripe forms to play nicer with Twitter Bootstrap",
	"type": "silverstripe-vendormodule",
	"homepage": "https://github.com/axllent/silverstripe-bootstrap-forms",
	"keywords": ["silverstripe", "bootstrap", "forms"],
	"license": "MIT",
	"authors": [
		{
			"name": "Ralph Slooten",
			"homepage": "http://www.axllent.org/"
		}
	],
	"support": {
		"issues": "https://github.com/axllent/silverstripe-bootstrap-forms/issues"
	},
	"require": {
		"silverstripe/framework": "^4.0"
	},
    "autoload": {
        "psr-4": {
            "Axllent\\BootstrapForms\\": "src/"
        }
    }
}
