34 lines
679 B
JSON
34 lines
679 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|