package.json
1.37 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "eazy-logger",
"description": "Simple cli logger",
"version": "3.0.2",
"homepage": "https://github.com/shakyshane/easy-logger",
"author": {
"name": "Shane Osbourne"
},
"repository": {
"type": "git",
"url": "git://github.com/shakyshane/easy-logger.git"
},
"bugs": {
"url": "https://github.com/shakyshane/easy-logger/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/shakyshane/easy-logger/blob/master/LICENSE"
}
],
"files": [
"index.js",
"lodash.custom.js",
"example.js"
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"lint": "jshint index.js test/*.js",
"test": "npm run lint && mocha",
"lodash": "lodash include=cloneDeep,merge exports=node",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"tfunk": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chalk": "^1.1.1",
"coveralls": "^2.11.2",
"jshint": "^2.6.0",
"lodash-cli": "4.12.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
},
"keywords": [
"plugins"
],
"_from": "eazy-logger@3.0.2",
"_resolved": "http://registry.npm.taobao.org/eazy-logger/download/eazy-logger-3.0.2.tgz"
}