UNPKG

1.3 kBJSONView Raw
1{
2 "name": "acho",
3 "description": "Simple & hackable log system for NodeJS.",
4 "homepage": "https://github.com/achohq/acho",
5 "version": "3.3.0",
6 "main": "./index.js",
7 "author": {
8 "email": "josefrancisco.verdu@gmail.com",
9 "name": "Kiko Beats",
10 "url": "https://github.com/Kikobeats"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/achohq/acho.git"
15 },
16 "bugs": {
17 "url": "https://github.com/achohq/acho/issues"
18 },
19 "keywords": [
20 "hackable",
21 "log",
22 "logger",
23 "logging",
24 "simple",
25 "tiny"
26 ],
27 "dependencies": {
28 "chalk": "~1.1.1",
29 "coffee-script": "~1.12.4",
30 "fmt-obj": "~2.0.0",
31 "pretty-ms": "~2.1.0",
32 "sliced": "~1.0.1"
33 },
34 "devDependencies": {
35 "acho-skin-cli": "latest",
36 "coveralls": "latest",
37 "date-utils": "latest",
38 "git-dirty": "latest",
39 "mocha": "latest",
40 "nyc": "latest",
41 "set-dateout": "latest",
42 "should": "latest",
43 "standard": "latest"
44 },
45 "engines": {
46 "node": ">= 4"
47 },
48 "files": [
49 "index.js",
50 "lib"
51 ],
52 "scripts": {
53 "clean": "rm -rf node_modules",
54 "coveralls": "nyc report --reporter=text-lcov | coveralls",
55 "lint": "standard lib",
56 "pretest": "npm run lint",
57 "test": "nyc mocha"
58 },
59 "license": "MIT"
60}