aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 14a80aef1c7ecd216196ba3a4c46ec2372363af3 (plain)
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": "nsPopover",
  "version": "0.5.5",
  "homepage": "https://github.com/nohros/nsPopover",
  "description": "Popover for angularjs library",
  "authors": [
    "Neylor Ohmaly <nohros.ceo@gmail.com>"
  ],
  "main": [
    "src/nsPopover.js",
    "sass/ns-popover.scss"
  ],
  "keywords": [
    "angularjs",
    "popover",
    "nsPopover"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "vendor",
    "test",
    "tests",
    ".idea"
  ],
  "dependencies": {
    "angular": "~1.2.9"
  }
}