Created bower package. #369
This commit is contained in:
parent
09e6fc9738
commit
29816f7ab5
24
bower.json
Normal file
24
bower.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "ionic-native",
|
||||||
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
||||||
|
"main": "dist/ionic.native.js",
|
||||||
|
"authors": [
|
||||||
|
"Max Lynch <max@ionic.io>"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"ionic",
|
||||||
|
"native",
|
||||||
|
"html5",
|
||||||
|
"hybrid",
|
||||||
|
"mobile"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/driftyco/ionic-native",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user