awesome-cordova-plugins/scripts/bower.json

27 lines
510 B
JSON
Raw Normal View History

2016-08-02 23:17:35 +08:00
{
"name": "ionic-native",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
2016-08-03 00:23:39 +08:00
"main": [
"ionic.native.js"
2016-08-03 00:23:39 +08:00
],
2016-08-02 23:17:35 +08:00
"authors": [
"Max Lynch <max@ionic.io>"
],
"license": "MIT",
"keywords": [
"ionic",
"native",
"html5",
"hybrid",
"mobile"
],
2016-08-03 00:03:23 +08:00
"homepage": "https://github.com/driftyco/ionic-native-bower",
2016-08-02 23:17:35 +08:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}