forked from wmluke/angular-flash
-
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) · 710 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 710 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-flash",
"description": "Flash messages for Angular Js",
"version": "0.1.12",
"main": [
"dist/angular-flash.js"
],
"ignore": [
"app",
"bower_components",
"test",
".jshintrc",
"src/.jshintrc",
".travis.yml",
"karma.conf.js",
"Gruntfile.js"
],
"dependencies": {
"angular": "1.0 - 1.2"
},
"devDependencies": {
"jquery": "~2.0.0",
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0",
"angular-route": "~1.2.0",
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"bootstrap": "~2.3.2",
"font-awesome": "~3.2.1"
}
}