-
Notifications
You must be signed in to change notification settings - Fork 56
/
bower.json
41 lines (41 loc) · 867 Bytes
/
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
{
"name": "anno.js",
"main": [
"anno.js",
"anno.css",
"scrollintoview/jquery.scrollintoview.js"
],
"version": "0.2.0",
"homepage": "https://github.com/iamdanfox/anno.js",
"repository": { "type": "git", "url": "git://github.com/iamdanfox/anno.js.git" },
"authors": [
"Dan Fox <[email protected]>"
],
"description": "Better step-by-step guides for powerful web apps.",
"keywords": [
"demo",
"introduction",
"intro",
"annotation",
"anno",
"tour",
"welcome",
"onboard",
"tutorial"
],
"license": "MIT",
"ignore": [
"**/.*",
"docco",
"index.html",
"screencast.gif",
"*.sublime*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"scrollintoview": "litera/jquery-scrollintoview#06834cf7fdba0e86cac84ed7761ea64a3a5fbec8"
}
}