UNPKG

1.13 kBJSONView Raw
1{
2 "name": "clientlinker-flow-confighandler",
3 "version": "4.1.1",
4 "description": "Confighandler flow for clientlinker",
5 "main": "flow/index.js",
6 "scripts": {
7 "test": "cross-env DEBUG=clientlinker-flow-confighandler* mocha test/test_*",
8 "test-cov": "istanbul cover _mocha -- test/test_* --reporter dot",
9 "test-ci": "istanbul cover _mocha --report lcovonly -- test/test_* --reporter dot"
10 },
11 "keywords": [
12 "clientlinker",
13 "flow",
14 "confighandler"
15 ],
16 "author": "Bacra Woo<bacra.woo@gmail.com>",
17 "license": "MIT",
18 "dependencies": {
19 "debug": "^3.1.0"
20 },
21 "devDependencies": {
22 "clientlinker-core": "^12.0.0",
23 "clientlinker-flow-confighandler-test": "^3.1.0",
24 "cross-env": "^5.2.0",
25 "expect.js": "^0.3.1",
26 "istanbul": "^0.4.5",
27 "mocha": "^5.2.0"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git@github.com:Bacra/node-clientlinker-flow-confighandler.git"
32 },
33 "bugs": {
34 "url": "https://github.com/Bacra/node-clientlinker/issues"
35 },
36 "homepage": "https://github.com/Bacra/node-clientlinker",
37 "gitHead": "c8441b351ac79576a2d2eae0a93bb004353a1bcf"
38}