diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..c7f9ccc0 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "zui", + "authors": [ + "Nino ", + "Pangxie " + ], + "description": "A UI Library for Weapp", + "main": "zui/index.js", + "moduleType": [], + "license": "MIT", + "homepage": "", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "pages", + "app.js", + "app.json", + "bower.json" + ] +}