Files
ionic-framework/demos/package.json
Dan Bucholtz 1158a96288 chore(build): all demos build in ngc w/ 2.0.0
all demos build in ngc w/ 2.0.0
2016-09-16 11:09:09 -05:00

17 lines
352 B
JSON

{
"name": "ionic-demos",
"private": true,
"version": "1.0.0",
"description": "ionic demos",
"author": "Ionic Team <hi@ionic.io> (http://ionic.io)",
"license": "MIT",
"dependencies": {
"ionic-angular": "nightly",
"ionicons": "3.0.0"
},
"devDependencies": {
"@angular/compiler-cli": "0.6.2",
"typescript": "2.0.2"
}
}