summaryrefslogtreecommitdiff
path: root/www/lib/angular-tooltips/package.json
blob: 4c0fb2d004eeb5ba5820bf242bf25021a5146934 (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
32
33
34
35
36
37
38
39
40
{
  "name": "angular-tooltips",
  "version": "0.1.14",
  "description": "A tooltips directive for angularjs.",
  "homepage": "http://720kb.github.io/angular-tooltips",
  "main": "dist/angular-tooltips.min.js",
  "keywords": [
    "date",
    "tooltips",
    "input"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/720kb/angular-tooltips.git"
  },
  "license": "MIT",
  "devDependencies": {
    "connect-modrewrite": "*",
    "grunt": "*",
    "grunt-concurrent": "*",
    "grunt-contrib-connect": "*",
    "grunt-contrib-csslint": "*",
    "grunt-contrib-cssmin": "*",
    "grunt-contrib-uglify": "*",
    "grunt-contrib-watch": "*",
    "grunt-eslint": "*"
  },
  "author": {
    "name": "Filippo Oretti",
    "email": "filippo.oretti@gmail.com",
    "url": "https://github.com/45kb"
  },
  "contributors": [
    {
      "name": "Dario Andrei",
      "email": "wouldgo84@gmail.com",
      "url": "https://github.com/wouldgo"
    }
  ]
}