Publish a npm scoped package as @nexedi/jio
Showing
package.json
0 → 100644
{ | ||
"name": "@nexedi/jio", | ||
"version": "v3.32.1", | ||
"license": "GPLv3+", | ||
"author": "Nexedi SA", | ||
"contributors": [ | ||
"Tristan Cavelier <tristan.cavelier@tiolive.com>", | ||
"Sven Franck <sven.franck@nexedi.com>" | ||
], | ||
"description": "Client-side JavaScript library to manage documents across multiple storages", | ||
"main": "dist/jio-latest-node.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://lab.nexedi.com/nexedi/jio.git" | ||
}, | ||
"homepage": "https://jio.nexedi.com", | ||
"keywords": [ | ||
"io", | ||
"input", | ||
"output", | ||
"cloud" | ||
], | ||
"engines": { | ||
"npm": ">=1.3" | ||
} | ||
} |
Please register or sign in to comment