-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 968 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
37
38
39
40
{
"name": "lx-angular-alert",
"version": "0.1.2",
"description": "The best module ever.",
"homepage": "https://github.com/litixsoft/lx-angular-alert",
"author": {
"name": "Litixsoft GmbH",
"email": "[email protected]"
},
"maintainers": [
"Timo Liebetrau <[email protected]>",
"Sven Bernstein <[email protected]>"
],
"license": "MIT",
"keywords": [
"lx-angular-alert"
],
"main": "./lx-angular-alert.js",
"ignore": [
".*",
"bower_components",
"build",
"CHANGELOG.md",
"Gruntfile.js",
"lib",
"LICENSE",
"node_modules",
"package.json",
"test",
"validate-commit-msg.js"
],
"dependencies": {
"angular": "1.2.18"
},
"devDependencies": {
"angular-mocks": "1.2.18",
"angular-bootstrap": "~0.11.0",
"bootstrap": "~3.2.0"
}
}