forked from tramck/masonry
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 814 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
36
37
{
"name": "masonry",
"version": "3.1.5",
"description": "Cascading grid layout library",
"main": "masonry.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "test/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/desandro/masonry.git"
},
"keywords": [
"layout",
"outlayer"
],
"author": "David DeSandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/desandro/masonry/issues"
},
"homepage": "https://github.com/desandro/masonry",
"dependencies": {
"get-size": "eiriklv/get-size",
"outlayer": "eiriklv/outlayer"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-requirejs": "^0.4.1"
}
}