-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ionic-logger",
"version": "1.0.0",
"description": "Ionic 5 plugin providing a logger service.",
"main": "./dist/es2015/ionic-logger.js",
"typings": "./dist/es2015/ionic-logger.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./scripts/ngc-build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonio-spinelli/ionic-logger.git"
},
"keywords": [
"ionic5",
"ionic",
"angular9",
"logger",
"log"
],
"author": "Antonio Spinelli",
"license": "MIT",
"bugs": {
"url": "https://github.com/antonio-spinelli/ionic-logger/issues"
},
"homepage": "https://github.com/antonio-spinelli/ionic-logger#readme",
"devDependencies": {
"@angular/common": "9.0.7",
"@angular/compiler": "9.0.7",
"@angular/compiler-cli": "9.0.7",
"@angular/core": "9.0.7",
"@angular/forms": "9.0.7",
"@angular/platform-browser": "9.0.7",
"@angular/platform-browser-dynamic": "9.0.7",
"@angular/router": "9.0.7",
"@ionic/angular": "5.0.5",
"fs-extra": "5.0.0",
"jshint": "2.11.0",
"rxjs": "~6.5.4",
"typescript": "~3.7.5",
"zone.js": "~0.10.3"
},
"dependencies": {
"moment": "^2.24.0"
},
"peerDependencies": {
"@ionic/angular": "^5.0.5",
"moment": "^2.24.0"
}
}