Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

update #6

Merged
merged 1 commit into from
Oct 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node-ipld
=========
js-ipld
=======

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freejs-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)

> Node.js implementation of the IPLD spec.
> JavaScript implementation of the IPLD spec.

# Description

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ipld",
"version": "0.2.0",
"description": "Node.js implementation of the IPLD (InterpPlanetary Linked Data)",
"description": "JavaScript implementation of the IPLD (InterpPlanetary Linked Data)",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/lab tests/*-test.js",
Expand All @@ -13,20 +13,20 @@
],
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/node-ipld.git"
"url": "https://github.com/diasdavid/js-ipld.git"
},
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diasdavid/node-ipld/issues"
"url": "https://github.com/diasdavid/js-ipld/issues"
},
"engines": {
"node": "^4.0.0"
},
"homepage": "https://github.com/diasdavid/node-ipld",
"homepage": "https://github.com/diasdavid/js-ipld",
"dependencies": {
"cbor": "^0.3.14",
"jsonld": "^0.4.1",
Expand Down