aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 6bf4310094279624ccb456d3420307d177de3711 (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.1",
  "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"
  }
}