UNPKG

@burna/osjs-monster-adapter

Version:
48 lines (47 loc) 1.12 kB
{ "name": "@burna/osjs-monster-adapter", "version": "1.0.6", "description": "An Adapter for os.js to work with swift saio object storage.", "main": "index.js", "files": [ "index.js", "README.md", "src/Account.js", "src/Auth.js", "src/Common.js", "src/Container.js", "src/Monster.js" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "eslint": "eslint index.js src" }, "repository": { "type": "git", "url": "git+https://github.com/BurnaSmartLab/osjs-monster-adapter.git" }, "keywords": [ "adapter", "os.js", "monster", "vfs", "openstack", "objectStorage", "Swift", "saio" ], "homepage": "https://github.com/BurnaSmartLab/osjs-monster-adapter/blob/master/README.md", "author": "Morteza Javan, Seyed Milad Hashemi, Mahsa Shadi, Morteza Biabani", "license": "ISC", "dependencies": { "axios": "^0.19.2", "mime": "^2.4.6", "xmlhttprequest": "^1.8.0" }, "devDependencies": { "@osjs/eslint-config": "^1.1.0" }, "eslintConfig": { "extends": "@osjs/eslint-config" } }