-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 811 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
35
36
{
"name": "fastify-gundb",
"version": "0.1.3",
"description": "Fastify GunDB connection plugin",
"main": "index.js",
"scripts": {
"test": "standard && tap test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmangani/fastify-gundb.git"
},
"keywords": [
"fastify",
"gun",
"gundb",
"database",
"connection"
],
"author": "Lorenzo Mangani ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmangani/fastify-gundb/issues"
},
"homepage": "https://github.com/lmangani/fastify-gundb#readme",
"devDependencies": {
"fastify": "^1.7.0",
"standard": "^10.0.3",
"tap": "^10.7.2"
},
"dependencies": {
"fastify-plugin": "^0.1.1",
"gun": "^0.9.9992",
"rimraf": "^2.6.2"
}
}