mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-01-31 13:12:36 +08:00
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "ionic-framework",
|
|
"version": "2.0.0-alpha.<%= version %>",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic2.git"
|
|
},
|
|
"files": [
|
|
"css",
|
|
"fonts",
|
|
"js",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"angular2": "2.0.0-alpha.<%= ngVersion %>",
|
|
"reflect-metadata": "0.1.0",
|
|
"rtts_assert": "2.0.0-alpha.<%= ngVersion %>",
|
|
"traceur-runtime": "0.0.59",
|
|
"zone.js": "0.5.4",
|
|
"rx": "2.5.1"
|
|
}
|
|
}
|