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.

39 lines
794 B

10 years ago
{
"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",
10 years ago
"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"
],
10 years ago
"repository": {
"type": "git",
"url": "git@github.com:NUKnightLab/TimelineJS.git"
},
10 years ago
"license": "MPL v2.0",
"ignore": [
"**/.*",
"examples",
10 years ago
"tests",
"website"
]
}