|
1 | 1 | { |
2 | 2 | "name": "kronos-step", |
3 | 3 | "version": "0.0.0-semantic-release", |
4 | | - "description": "basic step implementation", |
5 | 4 | "main": "dist/step.js", |
6 | 5 | "module": "src/step.js", |
| 6 | + "description": "basic step implementation", |
7 | 7 | "keywords": [], |
| 8 | + "contributors": [ |
| 9 | + { |
| 10 | + "name": "Torsten Link", |
| 11 | + "email": "torstenlink@gmx.de" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "Markus Felten", |
| 15 | + "email": "markus.felten@gmx.de" |
| 16 | + } |
| 17 | + ], |
| 18 | + "license": "BSD-2-Clause", |
8 | 19 | "scripts": { |
9 | 20 | "cover": "nyc --temp-directory build/nyc ava", |
10 | 21 | "doc": "./node_modules/.bin/jsdoc lib/*.js", |
|
17 | 28 | "docs": "documentation readme src/step.js --section=API", |
18 | 29 | "lint": "documentation lint src/step.js" |
19 | 30 | }, |
20 | | - "repository": { |
21 | | - "type": "git", |
22 | | - "url": "git+https://github.com/Kronos-Integration/kronos-step.git" |
23 | | - }, |
24 | | - "bugs": { |
25 | | - "url": "https://github.com/Kronos-Integration/kronos-step/issues" |
26 | | - }, |
27 | | - "homepage": "https://github.com/Kronos-Integration/kronos-step#readme", |
28 | 31 | "dependencies": { |
29 | 32 | "kronos-service": "^4.13.3", |
30 | 33 | "loglevel-mixin": "^2.0.1" |
|
39 | 42 | "xo": "^0.19.0", |
40 | 43 | "documentation": "^5.3.5" |
41 | 44 | }, |
42 | | - "contributors": [ |
43 | | - { |
44 | | - "name": "Torsten Link", |
45 | | - "email": "torstenlink@gmx.de" |
46 | | - }, |
47 | | - { |
48 | | - "name": "Markus Felten", |
49 | | - "email": "markus.felten@gmx.de" |
50 | | - } |
51 | | - ], |
52 | | - "license": "BSD-2-Clause", |
53 | 45 | "engines": { |
54 | 46 | "node": ">=8.9.3" |
55 | 47 | }, |
56 | | - "xo": { |
57 | | - "space": true |
| 48 | + "repository": { |
| 49 | + "type": "git", |
| 50 | + "url": "git+https://github.com/Kronos-Integration/kronos-step.git" |
58 | 51 | }, |
59 | | - "template": { |
60 | | - "repository": { |
61 | | - "url": "https://github.com/arlac77/npm-package-template.git" |
62 | | - } |
| 52 | + "bugs": { |
| 53 | + "url": "https://github.com/Kronos-Integration/kronos-step/issues" |
63 | 54 | }, |
| 55 | + "homepage": "https://github.com/Kronos-Integration/kronos-step#readme", |
64 | 56 | "ava": { |
65 | 57 | "files": [ |
66 | 58 | "build/*-test.js" |
|
77 | 69 | "lcov" |
78 | 70 | ], |
79 | 71 | "report-dir": "./build/coverage" |
| 72 | + }, |
| 73 | + "xo": { |
| 74 | + "space": true |
| 75 | + }, |
| 76 | + "template": { |
| 77 | + "repository": { |
| 78 | + "url": "https://github.com/arlac77/npm-package-template.git" |
| 79 | + } |
80 | 80 | } |
81 | 81 | } |
0 commit comments