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