2016-03-18 11:12:50 +01:00
|
|
|
{
|
2018-07-11 16:23:14 +02:00
|
|
|
"name": "strapi-hook-bookshelf",
|
2019-07-25 12:00:42 +02:00
|
|
|
"version": "3.0.0-beta.14",
|
2016-03-18 11:12:50 +01:00
|
|
|
"description": "Bookshelf hook for the Strapi framework",
|
|
|
|
|
"homepage": "http://strapi.io",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"bookshelf",
|
|
|
|
|
"hook",
|
|
|
|
|
"migrations",
|
|
|
|
|
"orm",
|
|
|
|
|
"sql",
|
|
|
|
|
"strapi"
|
|
|
|
|
],
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "./lib"
|
|
|
|
|
},
|
|
|
|
|
"main": "./lib",
|
|
|
|
|
"dependencies": {
|
2019-07-16 03:08:19 -07:00
|
|
|
"bookshelf": "^0.15.1",
|
2019-05-17 01:29:50 -07:00
|
|
|
"inquirer": "^6.3.1",
|
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
|
"pluralize": "^7.0.0",
|
|
|
|
|
"rimraf": "^2.6.3",
|
2019-07-25 12:00:42 +02:00
|
|
|
"strapi-hook-knex": "3.0.0-beta.14",
|
|
|
|
|
"strapi-utils": "3.0.0-beta.14"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"strapi": {
|
2017-07-24 19:58:03 +02:00
|
|
|
"dependencies": [
|
2018-07-12 14:31:39 +02:00
|
|
|
"knex"
|
2016-10-31 12:51:05 +01:00
|
|
|
]
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-07-01 14:39:57 +02:00
|
|
|
"test": "echo not tests yet"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"author": {
|
2016-08-10 11:31:27 +02:00
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"name": "Strapi team",
|
|
|
|
|
"url": "http://strapi.io"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
2016-08-10 11:31:27 +02:00
|
|
|
"name": "Strapi team",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "http://strapi.io"
|
2016-03-18 11:12:50 +01:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2016-08-10 11:31:27 +02:00
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
2016-08-10 11:31:27 +02:00
|
|
|
"url": "https://github.com/strapi/strapi/issues"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2019-07-15 11:16:38 +02:00
|
|
|
"node": ">=10.0.0",
|
|
|
|
|
"npm": ">=6.0.0"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
2019-05-02 15:45:09 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
2019-04-26 16:19:08 +02:00
|
|
|
}
|