diff -r 2b3247d02769 -r f55970e41793 server/src/bower.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/src/bower.json Mon Oct 05 17:02:10 2015 +0200 @@ -0,0 +1,25 @@ +{ + "name": "corpus-parole", + "version": "0.0.1", + "authors": [ + "Yves-Marie Haussonne " + ], + "description": "Corpus de la parole", + "moduleType": [ + "es6" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "vendor/bower_components", + "test", + "tests" + ], + "dependencies": { + "bootstrap-sass": "bootstrap-sass-official#~3.3.5", + "bourbon": "~4.2.4", + "font-awesome": "~4.4.0" + } +}