Files
ionic-framework/scripts/npm/package.json
2015-09-14 16:50:23 -05:00

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"
}
}