chore(): nodejs build script

This commit is contained in:
Ibby
2017-02-09 08:48:29 -05:00
parent 742df16837
commit faffc76a76
5 changed files with 141 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "@ionic-native/{{PLUGIN}}",
"version": "{{VERSION}}",
"description": "Ionic Native - Native plugins for ionic apps",
"module": "index.js",
"typings": "index.d.ts",
"author": "ionic",
"license": "MIT",
"dependencies": {
"@ionic-native/core": "{{VERSION}}"
},
"peerDependencies": {
"rxjs": "5.0.0-beta.12"
},
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-native.git"
}
}