diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9e129b4 --- /dev/null +++ b/bower.json @@ -0,0 +1,7 @@ +{ +"name":"spp.js", +"description":"Spp.js is a sample physics particle system engine for javascript.", +"main":[ + "build/spp.min.js" +] +}