|
| 1 | +{ |
| 2 | + "name": "libp2p-circuit", |
| 3 | + "version": "0.0.2", |
| 4 | + "description": "JavaScript implementation of circuit/switch relaying", |
| 5 | + "main": "src/index.js", |
| 6 | + "scripts": { |
| 7 | + "lint": "aegir-lint", |
| 8 | + "build": "aegir-build", |
| 9 | + "test": "aegir-test --env node", |
| 10 | + "release": "aegir-release", |
| 11 | + "release-minor": "aegir-release --type minor", |
| 12 | + "release-major": "aegir-release --type major", |
| 13 | + "coverage": "aegir-coverage", |
| 14 | + "coverage-publish": "aegir-coverage publish" |
| 15 | + }, |
| 16 | + "pre-commit": [ |
| 17 | + "lint", |
| 18 | + "test" |
| 19 | + ], |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git+https://github.com/libp2p/js-libp2p-circuit.git" |
| 23 | + }, |
| 24 | + "keywords": [ |
| 25 | + "IPFS" |
| 26 | + ], |
| 27 | + "author": "Dmitriy Ryajov <[email protected]>", |
| 28 | + "license": "MIT", |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/libp2p/js-libp2p-circuit/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/libp2p/js-libp2p-circuit#readme", |
| 33 | + "eslintConfig": { |
| 34 | + "extends": [ |
| 35 | + "./node_modules/aegir/config/eslintrc.yml" |
| 36 | + ], |
| 37 | + "rules": { |
| 38 | + "strict": "off" |
| 39 | + } |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "aegir": "^10.0.0", |
| 43 | + "chai": "^3.5.0", |
| 44 | + "multihashes": "^0.4.5", |
| 45 | + "pre-commit": "^1.2.2", |
| 46 | + "proxyquire": "^1.7.11", |
| 47 | + "pull-pushable": "^2.0.1", |
| 48 | + "sinon": "^2.1.0" |
| 49 | + }, |
| 50 | + "contributors": [], |
| 51 | + "dependencies": { |
| 52 | + "async": "^2.1.5", |
| 53 | + "debug": "^2.6.1", |
| 54 | + "interface-connection": "^0.3.1", |
| 55 | + "lodash": "^4.17.4", |
| 56 | + "multiaddr": "^2.2.1", |
| 57 | + "multistream-select": "^0.13.4", |
| 58 | + "peer-id": "^0.8.2", |
| 59 | + "peer-info": "^0.8.3", |
| 60 | + "pull-abortable": "^4.1.0", |
| 61 | + "pull-handshake": "^1.1.4", |
| 62 | + "pull-stream": "^3.5.0", |
| 63 | + "safe-buffer": "^5.0.1", |
| 64 | + "setimmediate": "^1.0.5" |
| 65 | + } |
| 66 | +} |
0 commit comments