Alexandre Bodin 4ec50ca3fc v3.0.0-beta.5
2019-06-13 17:19:33 +02:00

48 lines
972 B
JSON

{
"name": "strapi-generate-plugin",
"version": "3.0.0-beta.5",
"description": "Generate an plugin for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
"generate",
"generator",
"strapi"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"fs-extra": "^8.0.1",
"lodash": "^4.17.11"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": "^10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
}