|
9 | 9 | "jsnext:main": "src/core/index.js",
|
10 | 10 | "scripts": {
|
11 | 11 | "lint": "aegir-lint",
|
12 |
| - "coverage": "aegir-coverage", |
13 |
| - "test": "aegir-test", |
14 |
| - "test:node": "aegir-test node", |
15 |
| - "test:browser": "aegir-test browser", |
16 |
| - "build": "aegir-build", |
17 |
| - "release": "aegir-release", |
18 |
| - "release:minor": "aegir-release --type minor", |
19 |
| - "release:major": "aegir-release --type major", |
| 12 | + "coverage": "gulp coverage", |
| 13 | + "test": "gulp test", |
| 14 | + "test:node": "gulp test:node", |
| 15 | + "test:browser": "gulp test:browser", |
| 16 | + "build": "gulp build", |
| 17 | + "release": "gulp release", |
| 18 | + "release:minor": "gulp release --type minor", |
| 19 | + "release:major": "gulp release --type major", |
20 | 20 | "coverage-publish": "aegir-coverage publish"
|
21 | 21 | },
|
22 | 22 | "pre-commit": [
|
|
38 | 38 | "homepage": "https://github.com/ipfs/js-ipfs#readme",
|
39 | 39 | "devDependencies": {
|
40 | 40 | "aegir": "^3.0.1",
|
41 |
| - "async": "^2.0.0-rc.4", |
42 | 41 | "buffer-loader": "0.0.1",
|
43 | 42 | "chai": "^3.5.0",
|
44 | 43 | "expose-loader": "^0.7.1",
|
45 | 44 | "form-data": "^1.0.0-rc3",
|
| 45 | + "gulp": "^3.9.1", |
46 | 46 | "idb-plus-blob-store": "^1.1.2",
|
| 47 | + "libp2p-ipfs-browser": "^0.2.0", |
47 | 48 | "lodash": "^4.11.2",
|
48 | 49 | "mocha": "^2.4.5",
|
49 | 50 | "ncp": "^2.0.0",
|
|
63 | 64 | "glob": "^7.0.3",
|
64 | 65 | "hapi": "^13.3.0",
|
65 | 66 | "ipfs-api": "^3.0.2",
|
| 67 | + "ipfs-bitswap": "^0.2.0", |
66 | 68 | "ipfs-block": "^0.3.0",
|
67 | 69 | "ipfs-block-service": "^0.4.0",
|
68 | 70 | "ipfs-merkle-dag": "^0.5.1",
|
|
71 | 73 | "ipfs-unixfs-engine": "^0.6.1",
|
72 | 74 | "joi": "^8.0.5",
|
73 | 75 | "libp2p-ipfs": "^0.3.3",
|
74 |
| - "libp2p-swarm": "^0.12.5", |
| 76 | + "libp2p-swarm": "^0.12.11", |
75 | 77 | "lodash.get": "^4.2.1",
|
76 | 78 | "lodash.set": "^4.1.0",
|
77 | 79 | "multiaddr": "^1.4.1",
|
78 | 80 | "path-exists": "^3.0.0",
|
79 |
| - "peer-book": "0.1.0", |
| 81 | + "peer-book": "^0.1.1", |
80 | 82 | "peer-id": "^0.6.6",
|
81 | 83 | "peer-info": "^0.6.2",
|
82 | 84 | "readable-stream": "1.1.13",
|
83 | 85 | "ronin": "^0.3.11",
|
| 86 | + "run-parallel": "^1.1.6", |
| 87 | + "run-parallel-limit": "^1.0.3", |
| 88 | + "run-series": "^1.1.4", |
| 89 | + "run-waterfall": "^1.1.3", |
84 | 90 | "temp": "^0.8.3"
|
85 | 91 | },
|
86 | 92 | "aegir": {
|
87 | 93 | "webpack": {
|
88 | 94 | "resolve": {
|
89 | 95 | "alias": {
|
90 |
| - "node-forge": "../../../node_modules/peer-id/vendor/forge.bundle.js" |
| 96 | + "node-forge": "../../../node_modules/peer-id/vendor/forge.bundle.js", |
| 97 | + "libp2p-ipfs": "libp2p-ipfs-browser" |
91 | 98 | }
|
92 | 99 | },
|
93 | 100 | "externals": {
|
94 | 101 | "fs": "{}",
|
95 |
| - "ipfs-data-importing": "{ import: {} }", |
96 |
| - "libp2p-ipfs": "{}", |
97 | 102 | "mkdirp": "{}"
|
98 | 103 | }
|
99 | 104 | }
|
|
0 commit comments