-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 880 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
41
42
{
"name": "ghost-ipfs",
"version": "1.0.5",
"description": "IPFS storage adapter for Ghost",
"main": "index.js",
"keywords": [
"ipfs",
"ghost",
"ghost-blog",
"tryghost",
"ghost-adapter",
"blog",
"image-hosting",
"storage",
"storage-adapter",
"web3",
"filebase",
"pinata",
"fleek",
"lighthouse"
],
"repository": "https://github.com/alexbakers/ghost-ipfs",
"bugs": {
"url": "https://github.com/alexbakers/ghost-ipfs/issues"
},
"author": "Alex Baker <alex.baker.fon@gmail.com>",
"license": "MIT",
"scripts": {
"test": "mocha tests/index"
},
"dependencies": {
"ghost-storage-base": "^1.0.0",
"ipfs-storage": "^1.2.1",
"dotenv": "^16.0.3"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.30.0",
"eslint-plugin-mocha": "^10.1.0",
"mocha": "^10.1.0"
}
}