package.json 402 B

1234567891011121314151617
  1. {
  2. "name": "ionic-angular",
  3. "version": "`gulp package` generates dist/package.json from this template using the root ./package.json",
  4. "description": "",
  5. "keywords": [],
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/ionic-team/ionic.git"
  9. },
  10. "license": "MIT",
  11. "main": "umd/index.js",
  12. "module": "index.js",
  13. "es2015": "es2015/index.js",
  14. "peerDependencies": {
  15. }
  16. }