Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
794 B
38 lines
794 B
{ |
|
"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" |
|
] |
|
}
|
|
|