guides
Version:
Simple way to highlighting DOM elements and guide your users with step-by-step welcome tours in your web app.
41 lines • 780 B
JSON
{
"name": "guides",
"version": "1.2.9",
"homepage": "https://github.com/ejulianova/guides",
"authors": [
"Elena Petrova <elena.julianova@gmail.com>"
],
"description": "Simple way to highlighting DOM elements and guide your users with step-by-step welcome tours in your web app.",
"main": "dist/guides.js",
"keywords": [
"guide",
"guides",
"guiders",
"guided",
"step-by-step",
"intro",
"introduction",
"tour",
"welcome",
"helper",
"wizard",
"highlight",
"jquery-plugin",
"jquery",
"plugin"
],
"license": "MIT",
"ignore": [
"**/.*",
"demo",
"src",
"test",
"gulpfile.js",
"package.json",
"karma.conf.js",
"*.md"
],
"dependencies": {
"jquery": "~2.1.1"
}
}