mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-16 15:40:49 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "libp2p",
|
|
"version": "0.1.1",
|
|
"description": "Node.js implementation of libp2p",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "dignified-lint",
|
|
"build": "dignified-build",
|
|
"test": "dignified-test",
|
|
"test:node": "dignified-test node",
|
|
"test:browser": "dignified-test browser",
|
|
"release": "dignified-release"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/diasdavid/js-libp2p.git"
|
|
},
|
|
"keywords": [
|
|
"IPFS"
|
|
],
|
|
"engines": {
|
|
"node": "^4.0.0"
|
|
},
|
|
"pre-commit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"author": "David Dias <daviddias@ipfs.io>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/diasdavid/js-libp2p/issues"
|
|
},
|
|
"homepage": "https://github.com/diasdavid/js-libp2p",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"dignified.js": "github:dignifiedquire/dignified.js",
|
|
"libp2p-spdy": "^0.1.0",
|
|
"libp2p-swarm": "^0.5.5",
|
|
"libp2p-tcp": "^0.1.2",
|
|
"multiaddr": "^1.1.1",
|
|
"peer-id": "^0.4.0",
|
|
"peer-info": "^0.4.0",
|
|
"pre-commit": "^1.1.1"
|
|
}
|
|
}
|