forked from s-yadav/angulargrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 923 Bytes
/
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
{
"name": "angulargrid",
"description": "Pinterest like responsive masonry grid system for angular.",
"main": "angulargrid.js",
"author": {
"name": "Sudhanshu Yadav",
"email": "[email protected]"
},
"version": "0.6.5",
"repository": {
"type": "git",
"url": "https://github.com/s-yadav/angulargrid"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/s-yadav/angulargrid/issues"
},
"dependencies": {
"angular": ">=1.3.0"
},
"ignore": [
"*.md",
"demo",
"MIT-LICENSE.txt"
],
"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/"
}