UNPKG

2.21 kBJSONView Raw
1{
2 "name": "@chatie/angular",
3 "version": "0.4.1",
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": "^1.7.4",
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": "^1.4.2",
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.58.2",
52 "rollup-plugin-json": "^2.1.1",
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.27.5",
58 "tslint": "^5.9.1",
59 "typescript": "^2.8.1",
60 "uglify-js": "^3.3.21",
61 "zone.js": "^0.8.4"
62 },
63 "peerDependencies": {
64 "brolog": ">=1",
65 "rxjs": ">=5",
66 "state-switch": "*"
67 },
68 "git": {
69 "scripts": {
70 "pre-push": "bash ./scripts/pre-push.sh"
71 }
72 },
73 "dependencies": {
74 "tslib": "^1.7.1"
75 },
76 "publishConfig": {
77 "access": "public",
78 "tag": "latest"
79 },
80 "main": "bundles/chatie-angular.umd.js",
81 "module": "esm5/chatie-angular.js",
82 "es2015": "esm2015/chatie-angular.js",
83 "typings": "chatie-angular.d.ts",
84 "metadata": "chatie-angular.metadata.json"
85}