diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
| commit | b28028ac4082842143b0f528d6bc539da6ccb419 (patch) | |
| tree | 1e26ea969a781ed8e323fca4e3c76345113fc694 /www/lib/ngCordova/.bower.json | |
| parent | 676270d21beed31d767a06c89522198c77d5d865 (diff) | |
mega changes, including updates and X
Diffstat (limited to 'www/lib/ngCordova/.bower.json')
| -rw-r--r-- | www/lib/ngCordova/.bower.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/www/lib/ngCordova/.bower.json b/www/lib/ngCordova/.bower.json new file mode 100644 index 00000000..ceb7fd72 --- /dev/null +++ b/www/lib/ngCordova/.bower.json @@ -0,0 +1,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" +}
\ No newline at end of file |
