UNPKG

1.88 kBJSONView Raw
1{
2 "name": "@chatie/db",
3 "version": "0.6.4",
4 "main": "bundles/chatie-db.umd.js",
5 "description": "Real-time Database for Chatie",
6 "git": {
7 "scripts": {
8 "pre-push": "bash ./scripts/pre-push.sh"
9 }
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/chatie/db.git"
14 },
15 "keywords": [
16 "chatie",
17 "database"
18 ],
19 "author": "Huan LI <zixia@zixia.net>",
20 "license": "Apache-2.0",
21 "bugs": {
22 "url": "https://github.com/chatie/db/issues"
23 },
24 "homepage": "https://github.com/chatie/db#readme",
25 "devDependencies": {
26 "@angular/common": "^5.2.9",
27 "@angular/compiler": "^5.2.9",
28 "@angular/compiler-cli": "^5.2.9",
29 "@angular/core": "^5.2.9",
30 "@auth0/angular-jwt": "^1.1.0",
31 "@chatie/graphql": "^0.5.1",
32 "@types/blue-tape": "^0.1.31",
33 "@types/glob": "^5.0.35",
34 "apollo-codegen": "^0.19.0",
35 "auth-angular": "^0.1.3",
36 "auth0-js": "^9.4.2",
37 "babel-eslint": "^8.2.2",
38 "blue-tape": "^1.0.0",
39 "brolog": "^1.2.15",
40 "dotenv": "^5.0.1",
41 "eslint": "^4.17.0",
42 "git-scripts": "^0.2.1",
43 "glob": "^7.1.2",
44 "graphql-tag": "^2.8.0",
45 "jwt-decode": "^2.2.0",
46 "ng-packagr": "^2.4.2",
47 "rxjs": "^5.5.6",
48 "shx": "^0.2.2",
49 "state-switch": "^0.4.4",
50 "ts-node": "^5.0.1",
51 "tsickle": "^0.27.5",
52 "tslint": "^5.9.1",
53 "tslint-jsdoc-rules": "^0.1.2",
54 "typescript": "^2.7.1",
55 "zone.js": "^0.8.25"
56 },
57 "peerDependencies": {
58 "@angular/core": "^5.2.9",
59 "@chatie/graphql": "^0.5.0",
60 "auth-angular": "*",
61 "brolog": "*",
62 "graphql-tag": "^2.8.0",
63 "jwt-decode": "^2.2.0",
64 "rxjs": "^5.5.6",
65 "state-switch": "^0.4.0"
66 },
67 "dependencies": {
68 "tslib": "^1.7.1"
69 },
70 "module": "esm5/chatie-db.js",
71 "es2015": "esm2015/chatie-db.js",
72 "typings": "chatie-db.d.ts",
73 "metadata": "chatie-db.metadata.json"
74}