mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
55 lines
1023 B
JSON
Executable File
55 lines
1023 B
JSON
Executable File
{
|
|
"name": "strapi-bookshelf",
|
|
"version": "2.0.0",
|
|
"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.9.2",
|
|
"lodash": "~4.6.1",
|
|
"pluralize": "~1.2.1",
|
|
"strapi": "~2.0.0"
|
|
},
|
|
"strapi": {
|
|
"isHook": true
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm prune"
|
|
},
|
|
"author": {
|
|
"email": "hack@wistity.co",
|
|
"name": "Wistity team",
|
|
"url": "http://wistity.co"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Wistity team",
|
|
"email": "hack@wistity.co",
|
|
"url": "http://wistity.co"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/wistityhq/strapi.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wistityhq/strapi/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|