diff --git a/bower.json b/bower.json index 11670e2..b0e93cc 100644 --- a/bower.json +++ b/bower.json @@ -14,5 +14,11 @@ "bower_components", "test", "tests" - ] + ], + "dependencies": { + "chroma-js": "^1.1.1", + "jquery": "^2.2.3", + "mui": "^0.5.3", + "sugarjs-date": "^1.5.1" + } } diff --git a/package.json b/package.json index c9f409b..a028e0b 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,8 @@ "gulp-cache": "^0.4.2", "gulp-concat": "^2.6.0", "gulp-cssnano": "^2.1.1", + "gulp-debug": "^2.1.2", + "gulp-google-webfonts": "0.0.12", "gulp-html-replace": "^1.5.5", "gulp-htmlmin": "^1.3.0", "gulp-inject": "^4.0.0",