-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 945 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": "linked-connections-open-api",
"version": "1.0.0",
"description": "Linked Connections Open API docs served via http-server",
"main": "bin/http-server",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linkedconnections/linked-connections-open-api.git"
},
"author": "Julian Rojas",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkedconnections/linked-connections-open-api/issues"
},
"homepage": "https://github.com/linkedconnections/linked-connections-open-api#readme",
"dependencies": {
"basic-auth": "^1.0.3",
"colors": "^1.3.3",
"corser": "^2.0.1",
"ecstatic": "^3.3.0",
"http-proxy": "^1.17.0",
"opener": "^1.5.1",
"optimist": "~0.6.1",
"portfinder": "^1.0.20",
"secure-compare": "3.0.1",
"union": "~0.5.0"
}
}