forked from titaniumnetwork-dev/Incognito-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 788 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
{
"name": "incognito",
"version": "1.0.0",
"description": "Access the world wide web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/titaniumnetwork-dev/Incognito.git"
},
"keywords": [
"proxy"
],
"author": "Titanium Network",
"license": "ISC",
"bugs": {
"url": "https://github.com/titaniumnetwork-dev/Incognito/issues"
},
"homepage": "https://github.com/titaniumnetwork-dev/Incognito#readme",
"dependencies": {
"corrosion": "^1.0.0",
"fastify": "^3.21.0",
"fastify-cookie": "^5.3.1",
"fastify-express": "^0.3.3",
"fastify-formbody": "^5.1.0",
"fastify-static": "^4.2.3"
}
}