{
	"name": "gambitph/titan-framework",
	"description": "Titan Framework allows theme and plugin developers to create admin pages, options, meta boxes, and theme customizer options with just a few simple lines of code.",
	"keywords": ["wordpress", "titan", "framework", "options", "titan framework", "Titan Framework"],
	"homepage" : "https://github.com/gambitph/Titan-Framework",
	"license": "GPLv2+",
	"authors": [
		{
			"name": "Gambit Technologies",
			"email" : "info@gambit.ph",
			"homepage" : "http://www.titanframework.net/",
			"role" : "Developer"
		}
	],
	"type": "library",
	"autoload": {
		"files": ["titan-framework.php"]
	},
	"repositories": [
	],
	"require": {
	},
	"require-dev": {
	},
	"scripts": {
        "post-install-cmd": [
            "bower install",
			"npm install -d"
        ],
        "post-update-cmd": [
            "bower install",
			"npm install -d"
        ]
	}
}
