forked from s-yadav/angulargrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bower.json
39 lines (39 loc) · 1.04 KB
/
.bower.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
38
39
{
"name": "angulargrid",
"description": "Pinterest like responsive masonry grid system for angular.",
"main": "angulargrid.js",
"author": {
"name": "Sudhanshu Yadav",
"email": "[email protected]"
},
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/luncht1me/angulargrid"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/luncht1me/angulargrid/issues"
},
"dependencies": {
"angular": ">=1.3.0"
},
"keywords": [
"angular-grid",
"masonry-grid",
"responsive"
],
"readmeFilename": "README.md",
"demo": "http://ignitersworld.com/lab/angulargrid/",
"docs": "http://ignitersworld.com/lab/angulargrid/",
"homepage": "http://ignitersworld.com/lab/angulargrid/",
"_release": "0.4.1",
"_resolution": {
"type": "version",
"tag": "0.4.1",
"commit": "5b4ed106b6e8aa265e1d46cdca118440bdedf965"
},
"_source": "https://github.com/luncht1me/angulargrid.git",
"_target": "0.4.1",
"_originalSource": "https://github.com/luncht1me/angulargrid.git"
}