adding intro.js
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"main": "intro",
|
||||||
|
"files": ["intro.js", "introjs.css"],
|
||||||
|
"shim": {
|
||||||
|
"intro": {
|
||||||
|
"imports": ["./introjs.css!"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buildConfig": {
|
||||||
|
"uglify": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
"font-awesome": "npm:font-awesome",
|
"font-awesome": "npm:font-awesome",
|
||||||
"foundation": "github:zurb/bower-foundation",
|
"foundation": "github:zurb/bower-foundation",
|
||||||
"hammer": "github:EightMedia/hammer.js",
|
"hammer": "github:EightMedia/hammer.js",
|
||||||
|
"intro": "github:usablica/intro.js",
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
|
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
|
||||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||||
|
|||||||
Reference in New Issue
Block a user