summaryrefslogtreecommitdiff
path: root/www/lib/ngCordova/.bower.json
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-26 16:53:34 -0400
committerARC <arjunrc@gmail.com>2015-04-26 16:53:34 -0400
commit2c179545e8abddcbb0fc569b3dd3c677acefa87f (patch)
tree909b92c31af67a2dba205b1c37e0bab5263517f2 /www/lib/ngCordova/.bower.json
parent4af9e77693e07b35d937b6059fe48e6a4506ef6c (diff)
added ngCordova library
Diffstat (limited to 'www/lib/ngCordova/.bower.json')
-rw-r--r--www/lib/ngCordova/.bower.json55
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..66dd58e4
--- /dev/null
+++ b/www/lib/ngCordova/.bower.json
@@ -0,0 +1,55 @@
+{
+ "name": "ngCordova",
+ "version": "0.1.15-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"
+ ],
+ "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.15-alpha",
+ "_resolution": {
+ "type": "version",
+ "tag": "v0.1.15-alpha",
+ "commit": "dbdfe5b9c716002548bc4a5e8d1fd5dc2de788ed"
+ },
+ "_source": "git://github.com/driftyco/ng-cordova.git",
+ "_target": "~0.1.15-alpha",
+ "_originalSource": "ngCordova",
+ "_direct": true
+}