UNPKG

ospry

Version:

Ospry image hosting bindings for node.js

37 lines (36 loc) 754 B
{ "name": "ospry", "description": "Ospry image hosting bindings for node.js", "version": "1.0.4", "author": "Ryan Brown <ryan@ospry.io>, Tom Hauburger <tom@ospry.io>", "keywords": [ "Ospry", "ospry", "image", "images", "hosting" ], "repository": { "type": "git", "url": "https://github.com/ospry/ospry-node.git" }, "bugs": { "url": "https://github.com/ospry/ospry-node/issues" }, "license": "MIT", "homepage": "https://github.com/ospry/ospry-node", "engines": [ "node >= 0.8.0" ], "main": "index.js", "scripts": { "test": "node test/*.js | tap-spec" }, "dependencies": { "request": "^2.40.0" }, "devDependencies": { "tap-spec": "^0.2.0", "tape": "^2.14.0" } }