js-libp2p-interfaces/package.json
2016-09-05 18:18:04 -04:00

45 lines
1.2 KiB
JSON

{
"name": "interface-connection",
"version": "0.2.0",
"description": "A test suite and interface you can use to implement a connection interface.",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"build": "aegir-build",
"test": "exit 0",
"release": "aegir-release",
"release-minor": "aegir-release --type minor",
"release-major": "aegir-release --type major"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/interface-connection.git"
},
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diasdavid/interface-connection/issues"
},
"homepage": "https://github.com/diasdavid/interface-connection",
"dependencies": {
"timed-tape": "^0.1.1",
"pull-defer": "^0.2.2"
},
"devDependencies": {
"aegir": "^6.0.1"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
"Pau Ramon Revilla <masylum@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}