virt2/api/templates/admin/assets/vendor_components/jquery-wizard-master/bower.json

34 lines
679 B
JSON
Raw Normal View History

{
"name": "jquery-wizard.js",
"version": "0.3.1",
"description": "jquery wizard is a lightweight jquery plugin for creating step-by-step wizards",
"main": "dist/jquery-wizard.js",
"copyright": "amazingSurge",
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"demo",
"libs",
"package.json",
"Gruntfile.js",
"tests"
],
"homepage": "https://github.com/amazingSurge/jquery-wizard",
"authors": [
"amazingSurge <amazingSurge@yahoo.com>"
],
"moduleType": [
"globals"
],
"keywords": [
"javascript",
"breakpoints",
"bootstrap",
"media query",
"matchMedia"
]
}