mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "strapi-connector-mongoose",
|
|
"version": "3.1.4",
|
|
"description": "Mongoose hook for the Strapi framework",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"mongoose",
|
|
"hook",
|
|
"orm",
|
|
"nosql",
|
|
"strapi"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"lodash": "4.17.19",
|
|
"mongoose": "5.8.0",
|
|
"mongoose-float": "^1.0.4",
|
|
"mongoose-long": "^0.2.1",
|
|
"pluralize": "^8.0.0",
|
|
"semver": "^7.3.2",
|
|
"strapi-utils": "3.1.4"
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi team",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|