From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- www/lib/ngCordova/bower.json | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 www/lib/ngCordova/bower.json (limited to 'www/lib/ngCordova/bower.json') diff --git a/www/lib/ngCordova/bower.json b/www/lib/ngCordova/bower.json new file mode 100644 index 00000000..b0e46d39 --- /dev/null +++ b/www/lib/ngCordova/bower.json @@ -0,0 +1,46 @@ +{ + "name": "ngCordova", + "version": "0.1.26-alpha", + "homepage": "http://ngCordova.com/", + "authors": [ + "Max Lynch ", + "Paolo Bernasconi ", + "Chad Campbell " + ], + "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" + } +} -- cgit v1.2.3