mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
43 lines
846 B
JSON
Executable File
43 lines
846 B
JSON
Executable File
{
|
|
"name": "strapi-generate-api",
|
|
"version": "2.0.0",
|
|
"description": "Generate an API for a Strapi application.",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"generate",
|
|
"generator",
|
|
"strapi"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "~4.6.1",
|
|
"pluralize": "~1.2.1"
|
|
},
|
|
"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"
|
|
},
|
|
"license": "MIT"
|
|
}
|