mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 08:02:56 +00:00
Add repo location in plugins package
This commit is contained in:
parent
a76b0022c0
commit
19ee51376b
@ -2,27 +2,6 @@
|
|||||||
"name": "strapi-plugin-content-manager",
|
"name": "strapi-plugin-content-manager",
|
||||||
"version": "3.0.0-alpha.8",
|
"version": "3.0.0-alpha.8",
|
||||||
"description": "A powerful UI to easily manage your data.",
|
"description": "A powerful UI to easily manage your data.",
|
||||||
"engines": {
|
|
||||||
"node": ">= 8.0.0",
|
|
||||||
"npm": ">= 5.3.0"
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Content Manager",
|
"name": "Content Manager",
|
||||||
"icon": "plug",
|
"icon": "plug",
|
||||||
@ -47,5 +26,26 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"react-select": "^1.0.0-rc.5",
|
"react-select": "^1.0.0-rc.5",
|
||||||
"strapi-helper-plugin": "3.0.0-alpha.8"
|
"strapi-helper-plugin": "3.0.0-alpha.8"
|
||||||
}
|
},
|
||||||
|
"author": {
|
||||||
|
"name": "Strapi team",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 8.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
@ -43,6 +43,10 @@
|
|||||||
"url": "http://strapi.io"
|
"url": "http://strapi.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 8.0.0",
|
"node": ">= 8.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
|
|||||||
@ -41,6 +41,10 @@
|
|||||||
"url": ""
|
"url": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 7.0.0",
|
"node": ">= 7.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
|
|||||||
@ -40,6 +40,10 @@
|
|||||||
"url": "http://strapi.io"
|
"url": "http://strapi.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 8.0.0",
|
"node": ">= 8.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-users-permissions",
|
"name": "strapi-plugin-users-permissions",
|
||||||
"version": "3.0.0-alpha.8",
|
"version": "3.0.0-alpha.8",
|
||||||
"description": "This is the description of the plugin.",
|
"description": "Protect your API with a full-authentication process based on JWT",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Auth & Permissions",
|
"name": "Auth & Permissions",
|
||||||
"icon": "users",
|
"icon": "users",
|
||||||
@ -44,6 +44,10 @@
|
|||||||
"url": "http://strapi.io"
|
"url": "http://strapi.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 7.0.0",
|
"node": ">= 7.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user