diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..78386d3 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,4 @@ +{ + "directory": "./static/bower_components/", + "json" : "bower.json" +} \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d09b8a5 --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "batiskaf", + "authors": [ + "mitri4 " + ], + "description": "", + "main": "", + "private": true, + "license": "MIT", + "homepage": "", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "static/bower_components", + "test", + "tests" + ], + "dependencies": { + "bootstrap": "^3.3.4", + "Bootflat": "^2.0.4", + "Colors": "^2.2.0", + "jquery": "^2.1.3", + "sweetalert": "0.5.0", + "Yamm3": "1.0.0" + + } +}