UNPKG

568 BJSONView Raw
1{
2 "name": "logdown",
3 "homepage": "https://github.com/caiogondim/logdown",
4 "authors": [
5 "Caio Gondim <me@caiogondim.com>"
6 ],
7 "description": "Debug utility with markdown support that runs on browser and server",
8 "main": "dist/logdown.js",
9 "moduleType": [
10 "globals",
11 "node"
12 ],
13 "keywords": [
14 "log",
15 "markdown",
16 "debug",
17 "console",
18 "info",
19 "error",
20 "logging"
21 ],
22 "license": "MIT",
23 "ignore": [
24 "**/.*",
25 "node_modules",
26 "bower_components",
27 "test",
28 "tests",
29 "img",
30 "gulpfile.js"
31 ]
32}