Add repo location in plugins package

This commit is contained in:
Jim Laurie 2018-01-19 12:06:08 +01:00
parent a76b0022c0
commit 19ee51376b
5 changed files with 40 additions and 24 deletions

View File

@ -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"
} }

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"