From bf8a463b0fc4078886a3a9410922fec639078e3f Mon Sep 17 00:00:00 2001 From: chenjilin Date: Wed, 24 Jun 2015 00:01:15 +0800 Subject: [PATCH] add bower.json --- bower.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bower.json 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" +] +}