UNPKG

664 BJSONView Raw
1{
2 "name": "acho",
3 "description": "An extremely simple (but powerful) logging system for NodeJS and browser.",
4 "homepage": "https://github.com/achohq/acho",
5 "version": "3.0.1",
6 "main": "dist/acho.js",
7 "author": {
8 "name": "Kiko Beats"
9 },
10 "authors": [
11 "Kiko Beats josefrancisco.verdu@gmail.com"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/achohq/acho.git"
16 },
17 "bugs": {
18 "url": "https://github.com/achohq/acho/issues"
19 },
20 "keywords": [
21 "log",
22 "logger",
23 "logging"
24 ],
25 "ignore": [
26 "**/.*",
27 "bower_components",
28 "node_modules",
29 "test",
30 "tests"
31 ],
32 "license": "MIT"
33}