forked from Jigarsolanki/rs-popover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 731 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 731 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
{
"name": "rs-popover",
"version": "0.3.1",
"license": "MIT",
"homepage": "http://rackerlabs.github.io/rs-popover",
"description": "Angular directive for Canon popovers.",
"authors": [
"Brad Gignac <[email protected]>",
"Matt Brown <[email protected]>",
"Dave Williams <[email protected]>"
],
"keywords": [
"angular",
"canon",
"rackspace"
],
"repository": {
"type": "git",
"url": "https://github.com/rackerlabs/rs-popover"
},
"dependencies": {
"angular": "~1.3.0",
"angular-mocks": "~1.3.0",
"jquery": "~2.1"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"test"
],
"main": "src/javascripts/module.js"
}