UNPKG

we-plugin-file

Version:

We.js file plugin with suport to storages

46 lines (45 loc) 1.28 kB
{ "name": "we-plugin-file", "description": "We.js file plugin with suport to storages", "version": "3.1.0", "main": "plugin.js", "dependencies": { "multer": "1.4.2", "mv": "^2.1.1" }, "scripts": { "test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b ", "verbose-test": "NODE_ENV=test LOG_LV=verbose ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b ", "coverage": "NODE_ENV=test LOG_LV=info nyc ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b" }, "author": "Alberto Souza <contato@albertosouza.net>", "license": "MIT", "devDependencies": { "connect-sqlite3": "^0.9.11", "fs-extra": "^8.1.0", "istanbul": "^0.4.5", "mocha": "^7.0.0", "nyc": "^15.0.0", "rimraf": "^3.0.0", "sinon": "^8.0.4", "sqlite3": "^4.1.1", "supertest": "^4.0.2", "we-core": "^3", "we-plugin-acl": "^1.2.16", "we-plugin-file-local": "^2.1.4", "we-plugin-user": "^2", "we-test-tools": "^1.0.0" }, "repository": "wejs/we-plugin-file", "keywords": [ "wejs-plugin" ], "wejs": { "plugins": { "we-plugin-acl": true, "we-plugin-user": true, "we-plugin-file-local": true }, "devPlugins": {} } }