feathers-blob
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "feathers-blob", | ||
"description": "Feathers `abstract-blob-store` Service", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/ahdinosaur/feathers-blob", | ||
"description": "Feathers blob service", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/feathersjs/feathers-blob", | ||
"main": "lib/", | ||
"keywords": [ | ||
"feathers", | ||
"feathers-plugin" | ||
"feathers-plugin", | ||
"blob", | ||
"abstract-blob-store", | ||
"fs", | ||
"s3", | ||
"file", | ||
"files", | ||
"binary" | ||
], | ||
@@ -14,3 +21,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git://github.com/ahdinosaur/feathers-blob.git" | ||
"url": "git://github.com/feathersjs/feathers-blob.git" | ||
}, | ||
@@ -24,3 +31,3 @@ "author": { | ||
"bugs": { | ||
"url": "https://github.com/ahdinosaur/feathers-blob/issues" | ||
"url": "https://github.com/feathersjs/feathers-blob/issues" | ||
}, | ||
@@ -27,0 +34,0 @@ "engines": { |
# feathers-blob | ||
[![Build Status](https://travis-ci.org/ahdinosaur/feathers-blob.png?branch=master)](https://travis-ci.org/ahdinosaur/feathers-blob-store) | ||
[![Build Status](https://travis-ci.org/feathersjs/feathers-blob.png?branch=master)](https://travis-ci.org/feathersjs/feathers-blob) | ||
@@ -22,3 +22,3 @@ > [Feathers](http://feathersjs.com) [`abstract blob store`](https://github.com/maxogden/abstract-blob-store) service | ||
- `options.Model` is an instantiated interface [that implements the `abstract-blob-store` API) | ||
- `options.Model` is an instantiated interface [that implements the `abstract-blob-store` API](https://github.com/maxogden/abstract-blob-store#api) | ||
- `options.id` is a string 'key' for the blob identifier. | ||
@@ -25,0 +25,0 @@ |
10758