forked from patbuergin-zz/angular-widget-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 759 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 759 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
32
33
34
35
36
37
38
39
{
"name": "angular-widget-grid",
"version": "0.4.0",
"main": [
"angular-widget-grid.js",
"angular-widget-grid.css"
],
"homepage": "https://github.com/patbuergin/angular-widget-grid",
"authors": [
"Patrick Buergin <hi@patrickbuergin.com>"
],
"description": "A flexible grid layout for responsive dashboards",
"keywords": [
"angular",
"grid",
"widget",
"dashboard",
"layout"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"doc",
"karma.conf.js",
"typings",
"demo",
"package.json",
"Gruntfile.js"
],
"devDependencies": {
"angular-mocks": "~1.3.15",
"angular": "~1.3.15",
"lodash": "~3.8.0"
}
}