summaryrefslogtreecommitdiff
path: root/www/lib/angular-google-chart/bower.json
blob: c1484246d43138a0daab79879a3657dfb710dbd9 (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
{
    "name": "angular-google-chart",
    "version": "0.0.11",
    "main": "./ng-google-chart.js",
    "homepage": "http://bouil.github.io/angular-google-chart/",
    "authors": [
        "Nicolas Bouillon <nicolas@bouil.org>",
        "GitHub Contributors"
    ],
    "keywords": [
        "angular",
        "angularjs",
        "google",
        "chart",
        "graph"
    ],
    "license": "MIT",
    "ignore": [
        ".jshintrc",
        "**/*.txt",
        "**/.*",
        "bower_components"
    ],
    "dependencies": {
        "angular": "~1.2.9"
    },
    "devDependencies": {}
}