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
|
{
"name": "filelogger",
"version": "1.3.1",
"homepage": "https://github.com/pbakondy/filelogger",
"authors": [
"Peter Bakondy <pbakondy@gmail.com>"
],
"description": "Ionic library to log messages to local filesystem",
"main": "./dist/filelogger.min.js",
"ignore": [
"**/.*",
"gulpfile.js",
"src",
"config"
],
"dependencies": {
"ngCordova": ">= 0.1.24-alpha"
},
"keywords": [
"cordova",
"cordova plugin",
"ionic",
"ionic plugin",
"angular module",
"log",
"logger",
"file logger"
],
"license": "MIT",
"_release": "1.3.1",
"_resolution": {
"type": "version",
"tag": "v1.3.1",
"commit": "420508b796674ca0f96da0bc04d80a627f9aebbe"
},
"_source": "https://github.com/pbakondy/filelogger.git",
"_target": "~1.3.0",
"_originalSource": "filelogger"
}
|