UNPKG

1.46 kBJSONView 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": "./index.js",
7 "author": {
8 "name": "Kiko Beats",
9 "email": "josefrancisco.verdu@gmail.com",
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.10.0",
30 "lodash.defaults": "~4.0.1",
31 "ms": "~0.7.1",
32 "repeat-string": "~1.5.4",
33 "strip-ansi": "~3.0.1"
34 },
35 "devDependencies": {
36 "acho-skin-cli": "latest",
37 "browserify": "latest",
38 "coffeeify": "latest",
39 "date-utils": "latest",
40 "git-dirty": "latest",
41 "gulp": "latest",
42 "gulp-header": "latest",
43 "gulp-uglify": "latest",
44 "gulp-util": "latest",
45 "mocha": "latest",
46 "set-dateout": "latest",
47 "should": "latest",
48 "standard": "latest",
49 "titleize": "latest",
50 "vinyl-buffer": "latest",
51 "vinyl-source-stream": "latest"
52 },
53 "engines": {
54 "node": ">= 0.10"
55 },
56 "scripts": {
57 "clean": "rm -rf node_modules",
58 "lint": "standard lib",
59 "pretest": "npm run lint",
60 "test": "mocha"
61 },
62 "license": "MIT"
63}