-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 Bytes
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": "ipfb",
"version": "0.0.2",
"description": "Interplanetary File Browser",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshjv/ipfb.git"
},
"author": "Harsh Vakharia <harshjv@gmail.com> (https://harshjv.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/harshjv/ipfb/issues"
},
"homepage": "https://github.com/harshjv/ipfb#readme",
"devDependencies": {
"standard": "^9.0.2"
},
"dependencies": {
"async": "^2.1.5",
"bluebird": "^3.5.0",
"express": "^4.15.2",
"filesize": "^3.5.6",
"hbs": "^4.0.1",
"ipfs": "^0.23.0",
"mime-types": "^2.1.15",
"multihashes": "^0.4.5",
"promised-for": "^1.0.0",
"yargs": "^7.0.2"
}
}