diff --git a/package.json b/package.json index 97bcd68..564b953 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,11 @@ "repository": "https://github.com/passy/angular-masonry.git", "scripts": { "test": "grunt test" + }, + "dependencies": { + "angular": "^1.4.1", + "imagesloaded": "^3.1.8", + "jquery-bridget": "^1.1.0", + "masonry-layout": "^3.3.0" } }