2017-11-03 12:00:08 +01:00

59 lines
1.1 KiB
JSON
Executable File

{
"name": "strapi-bookshelf",
"version": "3.0.0-alpha.6.4",
"description": "Bookshelf hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
"bookshelf",
"hook",
"migrations",
"orm",
"sql",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"bookshelf": "^0.10.3",
"knex": "^0.13.0",
"lodash": "^4.17.4",
"pluralize": "^6.0.0",
"strapi-knex": "3.0.0-alpha.6.4",
"strapi-utils": "3.0.0-alpha.6.4"
},
"strapi": {
"isHook": true,
"dependencies": [
"strapi-knex"
]
},
"scripts": {
"prepublish": "npm prune"
},
"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": ">= 8.0.0",
"npm": ">= 5.3.0"
},
"license": "MIT"
}