UNPKG

1.14 kBJSONView Raw
1{
2 "name": "apeman-commons-logging",
3 "version": "1.1.3",
4 "description": "apeman common module for logging.",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "cover": "./ci/cover.js",
9 "test": "./ci/test.js",
10 "report": "codeclimate-test-reporter < coverage/lcov.info"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/apeman-repo/apeman-commons-logging.git"
15 },
16 "keywords": [
17 "apeman",
18 "commons",
19 "logging"
20 ],
21 "author": {
22 "name": "Taka Okunishi",
23 "url": "http://okunishitaka.com"
24 },
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/apeman-repo/apeman-commons-logging/issues"
28 },
29 "homepage": "https://github.com/apeman-repo/apeman-commons-logging#readme",
30 "dependencies": {
31 "argx": "^1.1.5",
32 "async": "^1.4.0",
33 "colorprint": "^1.1.1",
34 "extend": "^3.0.0"
35 },
36 "devDependencies": {
37 "apeman-dev-commons-coveraging": "^1.0.5",
38 "apeman-dev-commons-releasing": "^1.1.9",
39 "apeman-dev-commons-testing": "^1.0.2",
40 "apeman-tmpl-contrib-official": "^1.12.0",
41 "coz": "^1.2.5",
42 "injectmock": "^1.0.4"
43 }
44}