Skip to content

Commit

Permalink
Added bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikejames committed Sep 9, 2015
1 parent 513d2b8 commit 424f844
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Seriously.js",
"main": "Seriously.js",
"version": "0.1",
"homepage": "http://seriouslyjs.org/",
"authors": [
"brian at chirls dot com"
],
"description": "Seriously.js is a real-time, node-based video compositor for the web. Inspired by professional software such as After Effects and Nuke, Seriously.js renders high-quality video effects, but allows them to be dynamic and interactive.",
"moduleType": [
"amd"
],
"keywords": [
"video",
"compositor",
"webgl"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 424f844

Please sign in to comment.