client-swift
Version:
Object Storage OpenStack Swift client for Node.js
21 lines (20 loc) • 411 B
JSON
{
"name": "client-swift",
"version": "0.1.1",
"description": "Object Storage OpenStack Swift client for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"object-storage",
"openstack",
"openstack-storage",
"swift"
],
"author": "matsune",
"license": "ISC",
"dependencies": {
"request": "^2.88.0"
}
}