diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1c07848 --- /dev/null +++ b/bower.json @@ -0,0 +1,34 @@ +{ + "name": "TimelineJS", + "version": "2.32.0", + "homepage": "http://timeline.knightlab.com", + "authors": [ + "Zach Wise ", + "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" + ], + "license": "MPL v2.0", + "ignore": [ + "**/.*", + "examples", + "tests", + "website" + ] +}