chore(build): add auto install scripts (#1059)

* feat(core): auto install scripts

* minor fixes

* minor fixes

* remove prompt message
This commit is contained in:
Ibby Hadeed
2017-02-13 14:51:10 -05:00
committed by GitHub
parent 1dfdbaf1f0
commit 6de9697aa9
16 changed files with 185 additions and 26 deletions
+16
View File
@@ -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"
}
}