-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "iudx-api-doc-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "nodejs test-server.js",
"start": "nodejs server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rbccps-iisc/iudx-api-doc-server.git"
},
"keywords": [
"IUDX",
"API",
"Doc"
],
"author": "Jishnu Jaykumar P",
"license": "ISC",
"bugs": {
"url": "https://github.com/rbccps-iisc/iudx-api-doc-server/issues"
},
"homepage": "https://github.com/rbccps-iisc/iudx-api-doc-server#readme",
"dependencies": {
"brace-expansion": "^1.1.7",
"cluster": "^0.7.7",
"consolidate": "^0.15.1",
"cryptiles": "^4.1.2",
"debug": "^2.6.9",
"express": "^4.17.1",
"extend": "^3.0.2",
"https": "^1.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.12",
"macaddress": "^0.2.9",
"mem": "^4.3.0",
"mixin-deep": "^1.3.2",
"moment": "^2.24.0",
"mustache": "^3.1.0",
"node-color-log": "^2.2.0",
"npm": "^6.13.4",
"pemtools": "^0.4.7",
"prismjs": "^1.17.1",
"randomatic": "^3.0.0",
"serialize-javascript": "^2.1.1",
"set-value": "^2.0.1",
"stringstream": "^0.0.6",
"underscore.string": "^3.3.5",
"yaml": "^1.6.0"
}
}