guides
Version:
Simple way to highlighting DOM elements and guide your users with step-by-step welcome tours in your web app.
73 lines (72 loc) • 1.74 kB
JSON
{
"name": "guides",
"version": "1.2.9",
"description": "Simple way to highlighting DOM elements and guide your users with step-by-step welcome tours in your web app.",
"title": "Guides.js - highlight DOM elements and make step-by-step website tours",
"author": {
"name": "Elena Petrova",
"email": "elena.julianova@gmail.com",
"url": "http://ejulianova.github.io/guides/"
},
"main": "guides.js",
"dependencies": {
"jquery": "~2.1.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-banner": "^0.1.3",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"jasmine": "^2.4.1",
"karma": "^1.2.0",
"karma-browserify": "^5.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"open": "0.0.5",
"phantomjs": "^2.1.7"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"run": "gulp"
},
"keywords": [
"guide",
"guides",
"guiders",
"guided",
"tour",
"welcome",
"helper",
"wizard",
"highlight",
"jquery-plugin",
"jquery",
"plugin",
"step-by-step",
"intro",
"introduction",
"ecosystem:jquery"
],
"docs": "http://ejulianova.github.io/guides/",
"demo": "http://ejulianova.github.io/guides/",
"homepage": "http://ejulianova.github.io/guides/",
"repository": {
"type": "git",
"url": "https://github.com/ejulianova/guides.git"
},
"bugs": {
"url": "https://github.com/ejulianova/guides/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"license": "MIT"
}