forked from NUKnightLab/TimelineJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 794 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
{
"name": "TimelineJS",
"version": "2.32.0",
"homepage": "http://timeline.knightlab.com",
"authors": [
"Zach Wise <zach@digitalartwork.net>",
"NUKnightLab"
],
"description": "A Storytelling Timeline built in JavaScript.",
"main": [
"build/js/timeline.js",
"build/css/timeline.css",
"build/embed/index.html",
"build/js/storyjs-embed.js",
"build/js/storyjs-embed-generator.js",
"build/js/storyjs-embed-cdn.js"
],
"keywords": [
"timeline",
"storytelling",
"timelinejs",
"timeline.js",
"history",
"googledocs",
"storify"
],
"repository": {
"type": "git",
"url": "git@github.com:NUKnightLab/TimelineJS.git"
},
"license": "MPL v2.0",
"ignore": [
"**/.*",
"examples",
"tests",
"website"
]
}