Files
ionic-framework/scripts/npm/package.json
Dan Bucholtz 0d32e5e791 chore(gulp): updates to build process to use app-scripts for watch/build
updates to build process to use app-scripts for watch/build
2017-03-02 14:28:15 -06:00

27 lines
686 B
JSON

{
"name": "ionic-angular",
"version": "`gulp package` generates dist/package.json from this template using the root ./package.json",
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic.git"
},
"license": "MIT",
"main": "esm/index.js",
"module": "index.js",
"peerDependencies": {
"@angular/common": "",
"@angular/compiler": "",
"@angular/compiler-cli": "",
"@angular/core": "",
"@angular/forms": "",
"@angular/http": "",
"@angular/platform-browser": "",
"@angular/platform-browser-dynamic": "",
"@angular/platform-server": "",
"rxjs": "",
"zone.js": ""
}
}