mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
npm publish gulp task
This commit is contained in:
16
scripts/npm/package.json
Normal file
16
scripts/npm/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user