npm publish gulp task

This commit is contained in:
Tim Lancina
2015-08-20 15:29:42 -05:00
parent 432f917e69
commit 83de0ed2ba
3 changed files with 55 additions and 5 deletions

16
scripts/npm/package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "ionic-framework",
"version": "2.0.0-alpha.<%= version %>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic2.git"
},
"dependencies": {
"angular2": "2.0.0-alpha.35",
"reflect-metadata": "0.1.0",
"rtts_assert": "2.0.0-alpha.35",
"traceur-runtime": "0.0.59",
"zone.js": "0.5.2"
}
}