UNPKG

1.46 kBJSONView Raw
1{
2 "name": "@coreo/ionic-core",
3 "version": "1.0.0-beta.12",
4 "description": "Ionic module for integrating with Coreo.",
5 "main": "dist/index.js",
6 "typings": "dist/index.d.ts",
7 "module": "dist/index.js",
8 "scripts": {
9 "build": "rimraf dist aot && ngc",
10 "prepublish": "npm run build"
11 },
12 "files": [
13 "dist"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+ssh://git@bitbucket.org/natappltd/coreo/ionic-core.git"
18 },
19 "author": "",
20 "license": "MIT",
21 "devDependencies": {
22 "@angular/common": "4.1.3",
23 "@angular/compiler": "4.1.3",
24 "@angular/compiler-cli": "4.1.3",
25 "@angular/core": "4.1.3",
26 "@angular/forms": "4.1.3",
27 "@angular/http": "4.1.3",
28 "@angular/platform-browser": "4.1.3",
29 "@angular/platform-browser-dynamic": "4.1.3",
30 "@ionic-native/core": "3.10.3",
31 "@ionic/storage": "2.0.1",
32 "@types/node": "^7.0.22",
33 "@types/promise.prototype.finally": "2.0.0",
34 "ionic-angular": "3.5.0",
35 "rimraf": "2.6.1",
36 "rxjs": "5.4.0",
37 "typescript": "2.3.3",
38 "zone.js": "0.8.12"
39 },
40 "peerDependencies": {
41 "@angular/common": "^4.0.0",
42 "@angular/core": "^4.0.0",
43 "@angular/http": "^4.0.0",
44 "@ionic-native/core": "^3.0.0",
45 "@ionic/storage": "^2.0.0",
46 "@types/promise.prototype.finally": "^2.0.0",
47 "ionic-angular": "^3.0.0",
48 "rxjs": "^5.0.0"
49 },
50 "dependencies": {
51 "lodash.omit": "4.5.0",
52 "promise.prototype.finally": "2.0.1"
53 }
54}