UNPKG

2.26 kBJSONView Raw
1{
2 "name": "@chatie/angular",
3 "version": "0.4.2",
4 "description": "Wechaty Component NgModule",
5 "license": "Apache-2.0",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/chatie/angular.git"
9 },
10 "keywords": [
11 "angular",
12 "ngmodule",
13 "chatbot",
14 "chatie",
15 "wechat",
16 "wechaty"
17 ],
18 "author": "Huan LI <zixia@zixia.net>",
19 "bugs": {
20 "url": "https://github.com/chatie/angular/issues"
21 },
22 "homepage": "https://github.com/chatie/angular#readme",
23 "devDependencies": {
24 "@angular/cli": "^6.0.2",
25 "@angular/common": "^5.2.9",
26 "@angular/compiler": "^5.2.9",
27 "@angular/compiler-cli": "^5.2.9",
28 "@angular/core": "^5.2.9",
29 "@angular/forms": "^5.2.9",
30 "@angular/http": "^5.2.9",
31 "@angular/platform-browser": "^5.2.9",
32 "@angular/platform-browser-dynamic": "^5.2.9",
33 "@angular/router": "^6.0.0",
34 "@types/jasmine": "^2.8.6",
35 "@types/node": "^10.0.3",
36 "brolog": "^1.2.17",
37 "codelyzer": "^4.2.1",
38 "core-js": "^2.4.1",
39 "git-scripts": "^0.2.1",
40 "jasmine-core": "~3.1.0",
41 "jasmine-spec-reporter": "~4.2.1",
42 "karma": "~2.0.0",
43 "karma-chrome-launcher": "~2.2.0",
44 "karma-cli": "~1.0.1",
45 "karma-coverage-istanbul-reporter": "^2.0.0",
46 "karma-jasmine": "~1.1.0",
47 "karma-jasmine-html-reporter": "^1.0.0",
48 "ng-packagr": "^2.4.2",
49 "protractor": "~5.3.1",
50 "puppeteer": "^1.3.0",
51 "rollup": "^0.59.0",
52 "rollup-plugin-json": "^3.0.0",
53 "rxjs": "^5.5.8",
54 "shx": "^0.2.2",
55 "state-switch": "^0.4.5",
56 "ts-node": "^6.0.2",
57 "tsickle": "^0.29.0",
58 "tslint": "^5.9.1",
59 "typescript": "^2.8.1",
60 "uglify-js": "^3.3.21",
61 "zone.js": "^0.8.4",
62 "@angular-devkit/build-angular": "~0.6.5"
63 },
64 "peerDependencies": {
65 "brolog": ">=1",
66 "rxjs": ">=5",
67 "state-switch": "*"
68 },
69 "git": {
70 "scripts": {
71 "pre-push": "bash ./scripts/pre-push.sh"
72 }
73 },
74 "dependencies": {
75 "tslib": "^1.7.1"
76 },
77 "publishConfig": {
78 "access": "public",
79 "tag": "latest"
80 },
81 "main": "bundles/chatie-angular.umd.js",
82 "module": "esm5/chatie-angular.js",
83 "es2015": "esm2015/chatie-angular.js",
84 "typings": "chatie-angular.d.ts",
85 "metadata": "chatie-angular.metadata.json"
86}