mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore(build): add auto install scripts (#1059)
* feat(core): auto install scripts * minor fixes * minor fixes * remove prompt message
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@ionic-native/utils",
|
||||
"version": "{{VERSION}}",
|
||||
"description": "Ionic Native - Native plugins for ionic apps",
|
||||
"main": "index.js",
|
||||
"author": "ionic",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"prompt": "^1.0.0",
|
||||
"colors": "^1.1.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/driftyco/ionic-native.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user