mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 12:18:38 +00:00
make author and maintainers field consistent accross packages
This commit is contained in:
parent
615715b2c1
commit
cb7f44ea41
@ -10,13 +10,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi Solutions",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi Solutions",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,18 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "Test utilities for the Strapi administration panel",
|
"description": "Test utilities for the Strapi administration panel",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Strapi Team",
|
"author": {
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -19,10 +19,17 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-strapi-app": "./index.js"
|
"create-strapi-app": "./index.js"
|
||||||
|
@ -19,10 +19,17 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-strapi-starter": "./index.js"
|
"create-strapi-starter": "./index.js"
|
||||||
|
@ -8,15 +8,15 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "",
|
"email": "hi@strapi.io",
|
||||||
"url": ""
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "",
|
"email": "hi@strapi.io",
|
||||||
"url": ""
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -12,10 +12,17 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
"description": "Helper for Strapi plugins development",
|
"description": "Helper for Strapi plugins development",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -53,13 +53,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -4,36 +4,15 @@
|
|||||||
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "soupette",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "soupette",
|
|
||||||
"email": "cyril@strapi.io"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "lauriejim",
|
|
||||||
"email": "jim@strapi.io"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "soupette"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Aurelsicoko",
|
|
||||||
"email": "aurelien@strapi.io"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "lauriejim",
|
|
||||||
"email": "jim@strapi.io"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -4,15 +4,15 @@
|
|||||||
"description": "Adds GraphQL endpoint with default API methods.",
|
"description": "Adds GraphQL endpoint with default API methods.",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "A Strapi developer",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "",
|
"email": "hi@strapi.io",
|
||||||
"url": ""
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "A Strapi developer",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "",
|
"email": "hi@strapi.io",
|
||||||
"url": ""
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -4,15 +4,15 @@
|
|||||||
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
|
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "A Strapi developer",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "",
|
"email": "hi@strapi.io",
|
||||||
"url": ""
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "A Strapi developer",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "",
|
"email": "hi@strapi.io",
|
||||||
"url": ""
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
"description": "Send Strapi error events to Sentry",
|
"description": "Send Strapi error events to Sentry",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Luca Perret",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "perret.luca@gmail.com",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://github.com/lucaperret"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,16 @@
|
|||||||
"description": "Rackspace provider for strapi upload",
|
"description": "Rackspace provider for strapi upload",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": "Pongstr Ordillo <https://github.com/pongstr>",
|
"author": {
|
||||||
|
"name": "Pongstr Ordillo <https://github.com/pongstr>"
|
||||||
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "./lib",
|
"main": "./lib",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -5,7 +5,18 @@
|
|||||||
"description": "Babel plugin to switch from CE to EE at runtime",
|
"description": "Babel plugin to switch from CE to EE at runtime",
|
||||||
"repository": "git://github.com/strapi/strapi.git",
|
"repository": "git://github.com/strapi/strapi.git",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": "Strapi Team",
|
"author": {
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -12,10 +12,17 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi Solutions SAS",
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
"url": "https://strapi.io"
|
"url": "https://strapi.io"
|
||||||
},
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi Solutions SAS",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "https://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user