UNPKG

1.26 kBJSONView Raw
1{
2 "name": "apeman-commons-logging",
3 "version": "1.1.0",
4 "description": "apeman common module for logging.",
5 "main": "lib",
6 "scripts": {
7 "test": "nodeunit test/*_test.js",
8 "build": "./ci/build.js",
9 "cover": "istanbul cover nodeunit test/*_test.js --dir coverage",
10 "report": "codeclimate-test-reporter < coverage/lcov.info",
11 "versionup": "versionup",
12 "taggit": "taggit"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/apeman-repo/apeman-logging.git"
17 },
18 "keywords": [
19 "apeman",
20 "commons",
21 "logging"
22 ],
23 "author": {
24 "name": "Taka Okunishi",
25 "url": "http://okunishitaka.com"
26 },
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/apeman-repo/apeman-logging/issues"
30 },
31 "homepage": "https://github.com/apeman-repo/apeman-logging#readme",
32 "dependencies": {
33 "argx": "^1.1.5",
34 "async": "^1.4.0",
35 "colorprint": "^1.1.1",
36 "extend": "^3.0.0"
37 },
38 "devDependencies": {
39 "apeman-tmpl-contrib-official": "^1.8.0",
40 "codeclimate-test-reporter": "^0.1.0",
41 "coveralls": "^2.11.3",
42 "coz": "^1.2.5",
43 "injectmock": "^1.0.4",
44 "istanbul": "^0.3.17",
45 "nodeunit": "^0.9.1",
46 "taggit": "^1.0.4",
47 "versionup": "^1.0.7"
48 }
49}