UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@ionic/cloud-angular",
3 "version": "0.0.14",
4 "description": "Ionic Cloud Client for Angular 2",
5 "main": "dist/es5/index.js",
6 "typings": "dist/es5/index.d.ts",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/driftyco/ionic-cloud-angular.git"
13 },
14 "keywords": [
15 "Ionic",
16 "ionic",
17 "cloud",
18 "web",
19 "client",
20 "angular"
21 ],
22 "author": "Ionic",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/driftyco/ionic-cloud-angular/issues"
26 },
27 "homepage": "https://github.com/driftyco/ionic-cloud-angular#readme",
28 "dependencies": {
29 "@ionic/cloud": "0.8.0-beta.11"
30 },
31 "devDependencies": {
32 "del": "^2.2.0",
33 "gulp": "^3.9.1",
34 "gulp-tslint": "^5.0.0",
35 "gulp-typescript": "^2.13.6",
36 "merge2": "^1.0.2",
37 "tslint": "^3.10.2",
38 "tslint-ionic-rules": "*",
39 "typescript": "^1.8.10",
40 "typings": "^1.0.4"
41 },
42 "peerDependencies": {
43 "@angular/core": "^2.0.0-rc.1",
44 "rxjs": "^5.0.0-beta.6"
45 }
46}