You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
942 B
36 lines
942 B
{
|
|
"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"
|
|
}
|
|
}
|