mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-16 07:30:51 +00:00
badgers, ci, standard, precommit
This commit is contained in:
parent
e770ce7822
commit
75f8be7ac6
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "iojs"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- npm i -g npm
|
||||
# Workaround for a permissions issue with Travis virtual machine images
|
||||
script:
|
||||
- npm test
|
@ -1,2 +1,6 @@
|
||||
# node-libp2p
|
||||
Node.js implementation of libp2p
|
||||
node-libp2p
|
||||
===========
|
||||
|
||||
[](http://ipn.io) [[](http://webchat.freenode.net/?channels=%23ipfs) ](https://travis-ci.org/diasdavid/node-libp2p)  [](https://david-dm.org/diasdavid/node-libp2p) [](https://github.com/feross/standard)
|
||||
|
||||
> Node.js implementation of libp2p
|
||||
|
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "libp2p",
|
||||
"version": "0.0.0",
|
||||
"description": "Node.js implementation of libp2p",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/diasdavid/node-libp2p.git"
|
||||
},
|
||||
"keywords": [
|
||||
"IPFS"
|
||||
],
|
||||
"author": "David Dias <daviddias@ipfs.io>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/diasdavid/node-libp2p/issues"
|
||||
},
|
||||
"homepage": "https://github.com/diasdavid/node-libp2p",
|
||||
"devDependencies": {
|
||||
"pre-commit": "^1.1.1",
|
||||
"standard": "^5.1.0"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user