{ "name": "gridfile", "version": "1.1.3", "description": "GridFile is a reusable Mongoose schema for MongoDB GridFS", "keywords": [ "mongoose", "mongoose-schema", "mongoose-model", "mongodb", "gridfs" ], "main": "src/gridFile.schema.js", "scripts": { "test": "nyc --reporter=lcov --reporter=text mocha --timeout 10000 test.js", "doc": "documentation build src/gridFile.schema.js -f md > API.md" }, "author": "abskmj@gmail.com", "homepage": "https://github.com/abskmj/gridfile", "bugs": "https://github.com/abskmj/gridfile/issues", "repository": "github:abskmj/gridfile", "license": "MIT", "peerDependencies": { "mongoose": "*" }, "devDependencies": { "chai": "^4.3.0", "documentation": "^14.0.0", "memorystream": "^0.3.1", "mocha": "^10.1.0", "mongodb-memory-server": "^8.1.0", "mongoose": "^6.1.6", "nyc": "^15.1.0", "standard": "^17.0.0" } }