2019-03-15 23:32:36 +01:00

49 lines
1.0 KiB
JSON

{
"name": "strapi-generate-admin",
"version": "3.0.0-alpha.25.2",
"description": "Generate the default admin panel for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
"generate",
"generator",
"strapi"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"fs-extra": "^4.0.1",
"lodash": "^4.17.5",
"shelljs": "^0.7.8",
"strapi-admin": "3.0.0-alpha.25.2",
"strapi-utils": "3.0.0-alpha.25.2"
},
"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"
}