Files
ionic-framework/scripts/npm/package.json
2015-10-16 15:05:00 -05:00

23 lines
454 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 %>",
"es6-shim": "^0.33.6",
"@reactivex/rxjs": "5.0.0-alpha.4",
"reflect-metadata": "0.1.1",
"zone.js": "0.5.8"
}
}