-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathbower.json
61 lines (61 loc) · 1.47 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Sideshow",
"version": "0.4.3",
"homepage": "http://fortesinformatica.github.io/Sideshow",
"authors": [
"Fortes Informática"
],
"description": "Sideshow is a powerful javascript library which aims to reduce your user''s learning curve by providing a way to create step-by-step interactive helps.",
"main": "distr/sideshow.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"sideshow",
"interactive",
"tutorial",
"tour",
"help",
"wizard",
"step-by-step",
"library",
"script",
"javascript"
],
"license": "Apache 2.0",
"ignore": [
"./docs/",
"./node_modules/",
"./gulp/",
"./bower_components/",
"./icons/",
"./src/",
"./stylesheets/",
"./tmp/",
"./.bower.json",
"./.bowerrc",
"./.csslint",
"./.editorconfig",
"./.gitattributes",
"./.gitignore",
"./bower.json",
"./BUILDING.md",
"./CHANGELOG.md",
"./Gulpfile.js",
"./LICENSE",
"./package.json",
"./README.md",
"./sideshow.gemspec",
"./sideshow.nuspec",
"./sideshow.sublime-project",
"./VERSION",
"./yuidoc.json",
"./*.gem",
"./*.nupkg"
],
"dependencies": {
"jquery": "latest",
"pagedown": "https://github.com/ujifgc/pagedown.git"
}
}