How to use ionic bundle with NPM

Hi we are currently using the ionic bundle package. I am trying to switch from manually managing the file in our git repository to just using npm install with a package.json file. I tried doing npm install ionic but the files seem to be the unpackaged files. Is there any way to get the ionic.bundle.js and ionic.bundle.min.js files from npm?

OK found what I was looking for NPM packages ionic-sdk for v1 and ionic-framework for v2