-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 755 Bytes
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
{
"name": "ks-api",
"version": "1.1.0",
"description": "Knapsack Problem Solver API for stress analysis and benchmark",
"keywords": [
"knapsack",
"stress",
"performance",
"benchmark"
],
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"js-yaml": "^3.3.0",
"oas-tools": "^2.1.3",
"os-utils": "0.0.14",
"systeminformation": "^3.54.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pafmon/ks-api.git"
},
"author": "@pafmon (ISA Group)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pafmon/ks-api/issues"
},
"homepage": "https://github.com/pafmon/ks-api#readme"
}