-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 825 Bytes
/
package.json
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
{
"name": "hrm-level-outbox-generator",
"version": "1.0.0",
"description": "Human Resource Machine outbox generator for testing and benchmarking solutions",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "nodeunit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atesgoral/hrm-level-outbox-generator.git"
},
"keywords": [
"hrm",
"test",
"benchmark"
],
"author": "Ates Goral <ates@magnetiq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/atesgoral/hrm-level-outbox-generator/issues"
},
"homepage": "https://github.com/atesgoral/hrm-level-outbox-generator#readme",
"devDependencies": {
"nodeunit": "^0.9.1"
},
"dependencies": {
"hrm-level-data": "^1.1.0",
"quick-primefactors": "^1.0.0"
}
}