Add MIT license to all package.jsons

This commit is contained in:
Jerko Steiner 2020-01-10 13:45:28 +01:00
parent 558803ebb2
commit e7fadd5e08
23 changed files with 67 additions and 42 deletions

View File

@ -140,5 +140,8 @@
"uglifyify": "^5.0.2", "uglifyify": "^5.0.2",
"watchify": "^3.11.1" "watchify": "^3.11.1"
}, },
"name": "node" "name": "rondo-framework",
"license": "MIT",
"repository": "https://github.com/rondomoon/rondo-framework",
"version": "0.0.0"
} }

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/argparse", "name": "@rondo.dev/argparse",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/argparse",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/captcha", "name": "@rondo.dev/captcha",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/captcha",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/client", "name": "@rondo.dev/client",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/client",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"peerDependencies": { "peerDependencies": {
"axios": "^0.19.0", "axios": "^0.19.0",
"react": "^16.7.0", "react": "^16.7.0",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/common", "name": "@rondo.dev/common",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/common",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"module": "esm/index.js", "module": "esm/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/config", "name": "@rondo.dev/config",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/config",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/db-typeorm", "name": "@rondo.dev/db-typeorm",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/db-typeorm",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/db", "name": "@rondo.dev/db",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/db",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/http-client", "name": "@rondo.dev/http-client",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/http-client",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/http-types", "name": "@rondo.dev/http-types",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/http-types",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/image-upload", "name": "@rondo.dev/image-upload",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/image-upload",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^16.7.0", "react": "^16.7.0",
"react-dom": "^16.7.0" "react-dom": "^16.7.0"

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/jsonrpc", "name": "@rondo.dev/jsonrpc",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/jsonrpc",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/logger", "name": "@rondo.dev/logger",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/logger",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/middleware", "name": "@rondo.dev/middleware",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/middleware",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/react-captcha", "name": "@rondo.dev/react-captcha",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/react-captcha",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/react-test", "name": "@rondo.dev/react-test",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/react-test",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/redux", "name": "@rondo.dev/redux",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/redux",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/rondo-cli", "name": "@rondo.dev/rondo-cli",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/rondo-cli",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -2,6 +2,7 @@
"name": "@rondo.dev/package", "name": "@rondo.dev/package",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"license": "UNLICENSED",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/server", "name": "@rondo.dev/server",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/server",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/tasq", "name": "@rondo.dev/tasq",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/tasq",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/test-utils", "name": "@rondo.dev/test-utils",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/test-utils",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",

View File

@ -1,7 +1,8 @@
{ {
"name": "@rondo.dev/validator", "name": "@rondo.dev/validator",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/validator",
"version": "0.0.1", "version": "0.0.1",
"private": true, "license": "MIT",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "tslint --project .", "lint": "tslint --project .",