forked from passy/angular-masonry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 970 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "angular-masonry",
"version": "0.16.0",
"main": "angular-masonry.js",
"devDependencies": {
"grunt": "^0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^6.1.0",
"grunt-karma": "^0.12.0",
"grunt-ng-annotate": "^1.0.1",
"jasmine-core": "^2.2.0",
"karma": "^0.13.21",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.4"
},
"repository": "https://github.com/passy/angular-masonry.git",
"license": "MIT",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"angular": "^1.5.0",
"imagesloaded": "^4.1.0",
"jquery-bridget": "^2.0.0",
"masonry-layout": "^4.0.0"
}
}