UNPKG

object-storage

Version:
44 lines 1.16 kB
{ "name": "object-storage", "version": "0.6.2", "description": "Client for openstack object-storage.", "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "./node_modules/.bin/jshint test/ lib/ index.js && ./node_modules/.bin/mocha test/*.test.js", "release": "npm test && release-it -n -i patch", "release:minor": "npm test && release-it -n -i minor", "release:major": "npm test && release-it -n -i major" }, "repository": { "type": "git", "url": "git://github.com/martinj/node-object-storage", "homepage": "http://github.com/martinj/node-object-storage" }, "keywords": [ "objectstorage", "object-storage", "openstack", "openstack-storage", "swift" ], "author": "Martin Jonsson <martin.jonsson@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/martinj/node-object-storage/issues" }, "dependencies": { "bluebird": "^2.1.3", "debug": "^0.7.4", "request": "^2.40.0" }, "devDependencies": { "jshint": "~2.1.10", "mocha": "~1.12.1", "nock": "^0.27.2", "release-it": "0.0.9", "should": "^3.2.0" } }