UNPKG

1.91 kBJSONView Raw
1{
2 "name": "unifile",
3 "description": "Library to provide a unified API, mirroring Fs, for cloud storage services. ",
4 "version": "2.0.24",
5 "author": "Jean-Baptiste Richardet <jeanbaptiste.richardet@gmail.com> (https://github.com/JbIPS)",
6 "contributors": [
7 "Alex Hoyau <a.hoyau@silexlabs.org> (https://lexoyo.me/)"
8 ],
9 "dependencies": {
10 "basic-ftp": "^3.8.6",
11 "bluebird": "^3.0.5",
12 "mime": "^2.0.3",
13 "request": "^2.88.0",
14 "sftp-promises": "^1.4.1",
15 "unifile-common-tools": "1.0.3",
16 "webfinger.js": "^2.4.2"
17 },
18 "devDependencies": {
19 "chai": "^4.0.2",
20 "chai-as-promised": "^7.0.0",
21 "coveralls": "^3.0.0",
22 "cross-env": "^5.1.1",
23 "docdash": "^0.4.0",
24 "eslint": "^4.1.1",
25 "ftp-srv": "^4.2.0",
26 "jsdoc": "^3.6.3",
27 "mocha": "^6.2.0",
28 "nyc": "^14.1.1",
29 "pem": "^1.14.2",
30 "ssh2": "^0.5.5"
31 },
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/silexlabs/unifile.git"
35 },
36 "keywords": [
37 "cloud",
38 "dropbox",
39 "github",
40 "storage",
41 "webdav",
42 "remotestorage",
43 "ftp",
44 "sftp"
45 ],
46 "main": "lib/index.js",
47 "files": [
48 "lib/"
49 ],
50 "directories": {
51 "lib": "lib",
52 "test": "test",
53 "example": "samples"
54 },
55 "license": "MIT",
56 "engines": {
57 "node": ">10.0.0"
58 },
59 "scripts": {
60 "release": "",
61 "test": "mocha test/*.js",
62 "build": "echo NO BUILD STEP",
63 "test:cli": "mocha test/*.js -R nyan",
64 "watch": "npm run test:min -- --watch",
65 "lint": "eslint test/*.js lib/*.js",
66 "cover": "nyc --reporter=lcov npm run test:min",
67 "cover:check": "nyc check-coverage",
68 "cover:export": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
69 "gen:docs": "jsdoc -R README.md -c jsdoc.json"
70 },
71 "bugs": {
72 "url": "https://github.com/silexlabs/unifile/issues"
73 },
74 "homepage": "http://projects.silexlabs.org/unifile/"
75}