Files
ionic-framework/scripts/npm/package.json
Tim Lancina 1cfca53f9d chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00

21 lines
486 B
JSON

{
"name": "ionic-angular",
"version": "<%= ionicVersion %>",
"license": "MIT",
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp", "cordova"],
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic.git#2.0`"
},
"dependencies": {
"colors": "^1.1.2",
"inquirer": "0.11.0",
"lodash": "3.10.1",
"mkdirp-no-bin": "0.5.1",
"q": "1.4.1"
},
"peerDependencies": {
"angular2": "^<%= angularVersion %>"
}
}