-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 976 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
37
38
39
40
{
"name": "ipfs-lowdb-adapter",
"version": "0.0.2",
"description": "lowdb adapter for IPFS",
"main": "index.js",
"scripts": {
"lint": "aegir lint",
"release": "aegir release",
"build": "aegir build",
"test": "aegir test",
"test:node": "aegir test --target node",
"test:browser": "aegir test --target browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josselinchevalay/ipfs-lowdb-adapter.git"
},
"keywords": [
"ipfs",
"lowdb",
"adapter"
],
"author": "josselinchevalay",
"license": "MIT",
"bugs": {
"url": "https://github.com/josselinchevalay/ipfs-lowdb-adapter/issues"
},
"homepage": "https://github.com/josselinchevalay/ipfs-lowdb-adapter#readme",
"dependencies": {
"ipfs": "^0.40.0",
"lowdb": "^1.0.0"
},
"devDependencies": {
"aegir": "^20.5.1",
"async": "^3.1.0",
"hat": "0.0.3",
"interface-ipfs-core": "^0.127.0",
"sinon": "^8.1.0"
}
}