Neues Initialrelease mit IonicMaterial
This commit is contained in:
46
www/lib/ngCordova/bower.json
Normal file
46
www/lib/ngCordova/bower.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "ngCordova",
|
||||
"version": "0.1.23-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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user