48 lines
964 B
JSON
Raw Normal View History

2016-04-21 14:52:00 +02:00
{
"name": "strapi-generate-controller",
2019-07-25 12:00:42 +02:00
"version": "3.0.0-beta.14",
2016-04-21 14:52:00 +02:00
"description": "Generate a controller for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
"controller",
"generate",
"generator",
"strapi"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
2019-05-17 01:50:28 -07:00
"lodash": "^4.17.11"
2016-04-21 14:52:00 +02:00
},
"scripts": {
2019-04-26 16:19:08 +02:00
"test": "echo \"no tests yet\""
2016-04-21 14:52:00 +02:00
},
"author": {
2016-08-10 11:31:27 +02:00
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "http://strapi.io"
2016-04-21 14:52:00 +02:00
},
"maintainers": [
{
2016-08-10 11:31:27 +02:00
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
2016-04-21 14:52:00 +02:00
}
],
"repository": {
"type": "git",
2016-08-10 11:31:27 +02:00
"url": "git://github.com/strapi/strapi.git"
2016-04-21 14:52:00 +02:00
},
"bugs": {
2016-08-10 11:31:27 +02:00
"url": "https://github.com/strapi/strapi/issues"
2016-04-21 14:52:00 +02:00
},
2016-12-05 19:55:06 +01:00
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
2016-12-05 19:55:06 +01:00
},
2019-05-02 15:45:09 +02:00
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
2019-04-26 16:19:08 +02:00
}