forked from Anstinus/angular-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 752 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 752 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
{
"name": "angular-notification",
"main": "angular-notification.js",
"version": "1.1.1",
"homepage": "https://github.com/neoziro/angular-notification",
"authors": [
"Greg Bergé <neoziro@gmail.com>"
],
"description": "Notification service for Angular using native HTML5 API.",
"keywords": [
"angular",
"notification",
"service"
],
"license": "MIT",
"ignore": [
"**/.*",
"package.json",
"karma.conf.js",
"node_modules",
"bower_components",
"Gruntfile.js",
"test",
"examples"
],
"dependencies": {
"angular": "~1.4.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"sinon-1.15.0": "http://sinonjs.org/releases/sinon-1.15.0.js",
"sinon-chai": "~2.8.0"
}
}