41 lines
820 B
JSON
41 lines
820 B
JSON
{
|
|
"name": "jquery-wizard.js",
|
|
"version": "0.4.3",
|
|
"description": "jquery wizard is a lightweight jquery plugin for creating step-by-step wizards",
|
|
"main": "dist/jquery-wizard.js",
|
|
"copyright": "amazingSurge",
|
|
"license": "LGPL-3.0",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"demo",
|
|
"gulp",
|
|
"CONTRIBUTING.md",
|
|
"manifest.json",
|
|
"karma.conf.js",
|
|
"config.js",
|
|
"package.json",
|
|
"gulpfile.babel.js",
|
|
"tests"
|
|
],
|
|
"homepage": "https://github.com/amazingSurge/jquery-wizard",
|
|
"authors": [
|
|
"amazingSurge <amazingSurge@gmail.com>"
|
|
],
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=2.2.0"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"breakpoints",
|
|
"bootstrap",
|
|
"media query",
|
|
"matchMedia"
|
|
]
|
|
}
|