forked from akoenig/angular-deckgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 646 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 646 Bytes
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
{
"name": "angular-deckgrid",
"version": "0.5.0",
"author": "André König (andre.koenig@posteo.de)",
"description": "A lightweight masonry-like grid for AngularJS.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:akoenig/angular-deckgrid.git"
},
"main": "./angular-deckgrid.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"*.min.js",
"*.conf.js",
"*.html",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": "~1.3.0"
},
"devDependencies": {
"angular-mocks": "~1.3.2",
"jquery": "~2.0.3"
}
}