summaryrefslogtreecommitdiff
path: root/www/lib/ngCordova/.bower.json
blob: ceb7fd727cb4458ba437997694a5ca6ec8c27bd8 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "name": "ngCordova",
  "version": "0.1.26-alpha",
  "homepage": "http://ngCordova.com/",
  "authors": [
    "Max Lynch <max@drifty.com>",
    "Paolo Bernasconi <paolo.enrico.bernasconi@gmail.com>",
    "Chad Campbell <chad.campbell@ecofic.com>"
  ],
  "description": "AngularJS Cordova wrappers for common Cordova plugins.",
  "main": [
    "./dist/ng-cordova.js"
  ],
  "ignore": [
    "**/.*",
    "gulpfile.js",
    "test",
    "src",
    "config",
    "demo",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md"
  ],
  "dependencies": {
    "angular": ">= 1.2.23"
  },
  "keywords": [
    "ngCordova",
    "ng-cordova",
    "ngcordova",
    "ng cordova",
    "cordova",
    "phonegap",
    "angular",
    "angularjs",
    "ionic",
    "cordova plugin"
  ],
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "angular": ">= 1.2.23",
    "angular-mocks": ">= 1.2.23",
    "jquery": "~2.1.1"
  },
  "_release": "0.1.26-alpha",
  "_resolution": {
    "type": "version",
    "tag": "v0.1.26-alpha",
    "commit": "19871067c61b2454fdf0a54517075f8483b489e2"
  },
  "_source": "https://github.com/driftyco/ng-cordova.git",
  "_target": ">= 0.1.24-alpha",
  "_originalSource": "ngCordova"
}