-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
36 lines (36 loc) · 862 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
36
{
"author": "Alexander Kreutz",
"name": "layoutmodel-renderer-angular",
"description": "Layoutmodel Renderer for angularJS",
"version": "0.2.0",
"homepage": "http://28.io",
"repository": {
"type": "git",
"url": "https://github.com/28msec/layoutmodel-renderer-angular"
},
"main": [ "./app/directive/layoutmodel.js", "./app/directive/layoutmodeltemplate.js" ],
"ignore": [
".bowerrc",
"coverage/",
".jshintrc",
".jslintrc",
"Gruntfile.js",
"CONTRIBUTING.md",
"node_modules/",
"test/",
"karma.conf.js",
"libpeerconnection.log",
".gitignore",
".travis.yml"
],
"devDependencies": {
},
"dependencies": {
"angular": "1.5.5",
"font-awesome": "~4.1.0",
"bootstrap": "3.3.4",
"angular-ui-bootstrap-bower": "~1.2.1",
"accounting": "~0.3.2",
"lodash": ">=3.8.0"
}
}