2016-03-29 12:02:06 +02:00

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"
}