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 .",
@ -13,4 +14,4 @@
"devDependencies": {}, "devDependencies": {},
"main": "lib/index.js", "main": "lib/index.js",
"module": "esm/index.js" "module": "esm/index.js"
} }

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 .",
@ -24,4 +25,4 @@
"express-session": "^1.17.0", "express-session": "^1.17.0",
"supertest": "^4.0.2" "supertest": "^4.0.2"
} }
} }

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",
@ -32,4 +33,4 @@
"@rondo.dev/test-utils": "file:../test-utils", "@rondo.dev/test-utils": "file:../test-utils",
"react-dom": "^16.11.0" "react-dom": "^16.11.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",
@ -10,4 +11,4 @@
"ts-transformer-keys": "^0.3.5" "ts-transformer-keys": "^0.3.5"
}, },
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -16,4 +17,4 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"module": "esm/index.js", "module": "esm/index.js",
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -19,4 +20,4 @@
"module": "esm/index.js", "module": "esm/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -15,4 +16,4 @@
"module": "esm/index.js", "module": "esm/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -18,4 +19,4 @@
"devDependencies": { "devDependencies": {
"@rondo.dev/test-utils": "file:../test-utils" "@rondo.dev/test-utils": "file:../test-utils"
} }
} }

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 .",
@ -13,4 +14,4 @@
"module": "esm/index.js", "module": "esm/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"devDependencies": {} "devDependencies": {}
} }

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"
@ -11,4 +12,4 @@
"module": "esm/index.js", "module": "esm/index.js",
"dependencies": {}, "dependencies": {},
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -24,4 +25,4 @@
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"module": "esm/index.js" "module": "esm/index.js"
} }

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 .",
@ -15,4 +16,4 @@
"devDependencies": { "devDependencies": {
"std-mocks": "^1.0.1" "std-mocks": "^1.0.1"
} }
} }

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 .",
@ -17,4 +18,4 @@
"devDependencies": { "devDependencies": {
"supertest": "^4.0.2" "supertest": "^4.0.2"
} }
} }

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 .",
@ -18,4 +19,4 @@
"@rondo.dev/react-test": "file:../react-test", "@rondo.dev/react-test": "file:../react-test",
"react-dom": "^16.11.0" "react-dom": "^16.11.0"
} }
} }

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 .",
@ -20,4 +21,4 @@
"module": "esm/index.js", "module": "esm/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -21,4 +22,4 @@
"react": "^16.11.0", "react": "^16.11.0",
"react-dom": "^16.11.0" "react-dom": "^16.11.0"
} }
} }

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 .",
@ -55,4 +56,4 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"module": "esm/index.js", "module": "esm/index.js",
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -15,4 +16,4 @@
}, },
"module": "esm/index.js", "module": "esm/index.js",
"main": "lib/index.js" "main": "lib/index.js"
} }

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 .",
@ -13,4 +14,4 @@
"module": "esm/index.js", "module": "esm/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"devDependencies": {} "devDependencies": {}
} }

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 .",
@ -13,4 +14,4 @@
"module": "esm/index.js", "module": "esm/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"devDependencies": {} "devDependencies": {}
} }