1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | name: storj-core
version: '6.0.11'
summary: Implementation of the Storj protocol for Node.js
description: |
This package exposes a module that provides all of the tools needed to
integrate with the Storj network.
grade: stable
confinement: strict
parts:
storj-core:
plugin: nodejs
source: https://github.com/Storj/core.git
source-tag: 'v6.0.11'
|