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
|
{
"name": "filelogger",
"version": "1.3.0",
"homepage": "https://github.com/pbakondy/filelogger",
"authors": [
"Peter Bakondy <pbakondy@gmail.com>"
],
"description": "Cordova library to log messages to local filesystem",
"main": "./dist/filelogger.min.js",
"ignore": [
"**/.*",
"gulpfile.js",
"src",
"config"
],
"dependencies": {
"ngCordova": ">= 0.1.14-alpha"
},
"keywords": [
"cordova",
"cordova plugin",
"ionic",
"ionic plugin",
"angular module",
"log",
"logger",
"file logger"
],
"license": "MIT"
}
|