Files
ionic-framework/packages/angular/package.json
2018-03-01 16:21:06 -06:00

56 lines
1.4 KiB
JSON

{
"name": "@ionic/angular",
"version": "0.0.2-28",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
"framework",
"mobile",
"app",
"hybrid",
"webapp",
"cordova",
"progressive web app",
"pwa"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic.git"
},
"scripts": {
"build": "npm run clean && npm run compile && npm run clean-generated",
"clean": "rm -rf dist",
"clean-generated": "node ./scripts/clean.js",
"compile": "./node_modules/.bin/ngc",
"deploy": "npm run build && np --any-branch",
"lint": "tslint --project .",
"tsc": "tsc -p ."
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"devDependencies": {
"@angular/common": "latest",
"@angular/compiler": "latest",
"@angular/compiler-cli": "latest",
"@angular/core": "latest",
"@angular/forms": "latest",
"@angular/http": "latest",
"@angular/platform-browser": "latest",
"@angular/platform-browser-dynamic": "latest",
"@angular/router": "latest",
"@ionic/core": "next",
"glob": "7.1.2",
"np": "^2.20.1",
"rimraf": "^2.6.2",
"rxjs": "5.5.2",
"tslint": "^5.8.0",
"tslint-ionic-rules": "0.0.13",
"typescript": "latest",
"zone.js": "0.8.18"
}
}