Add MIT license to all package.jsons
This commit is contained in:
parent
558803ebb2
commit
e7fadd5e08
@ -140,5 +140,8 @@
|
||||
"uglifyify": "^5.0.2",
|
||||
"watchify": "^3.11.1"
|
||||
},
|
||||
"name": "node"
|
||||
"name": "rondo-framework",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework",
|
||||
"version": "0.0.0"
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/argparse",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/argparse",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -13,4 +14,4 @@
|
||||
"devDependencies": {},
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/captcha",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/captcha",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -24,4 +25,4 @@
|
||||
"express-session": "^1.17.0",
|
||||
"supertest": "^4.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/client",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/client",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"axios": "^0.19.0",
|
||||
"react": "^16.7.0",
|
||||
@ -32,4 +33,4 @@
|
||||
"@rondo.dev/test-utils": "file:../test-utils",
|
||||
"react-dom": "^16.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/common",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/common",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
@ -10,4 +11,4 @@
|
||||
"ts-transformer-keys": "^0.3.5"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/config",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/config",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -16,4 +17,4 @@
|
||||
"types": "lib/index.d.ts",
|
||||
"module": "esm/index.js",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/db-typeorm",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/db-typeorm",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -19,4 +20,4 @@
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/db",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/db",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -15,4 +16,4 @@
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/http-client",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/http-client",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -18,4 +19,4 @@
|
||||
"devDependencies": {
|
||||
"@rondo.dev/test-utils": "file:../test-utils"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/http-types",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/http-types",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -13,4 +14,4 @@
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/image-upload",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/image-upload",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0"
|
||||
@ -11,4 +12,4 @@
|
||||
"module": "esm/index.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/jsonrpc",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/jsonrpc",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -24,4 +25,4 @@
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"module": "esm/index.js"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/logger",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/logger",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -15,4 +16,4 @@
|
||||
"devDependencies": {
|
||||
"std-mocks": "^1.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/middleware",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/middleware",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -17,4 +18,4 @@
|
||||
"devDependencies": {
|
||||
"supertest": "^4.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/react-captcha",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/react-captcha",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -18,4 +19,4 @@
|
||||
"@rondo.dev/react-test": "file:../react-test",
|
||||
"react-dom": "^16.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/react-test",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/react-test",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -20,4 +21,4 @@
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/redux",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/redux",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -21,4 +22,4 @@
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/rondo-cli",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/rondo-cli",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
"name": "@rondo.dev/package",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/server",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/server",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -55,4 +56,4 @@
|
||||
"types": "lib/index.d.ts",
|
||||
"module": "esm/index.js",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/tasq",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/tasq",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -15,4 +16,4 @@
|
||||
},
|
||||
"module": "esm/index.js",
|
||||
"main": "lib/index.js"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/test-utils",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/test-utils",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -13,4 +14,4 @@
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@rondo.dev/validator",
|
||||
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/validator",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "tslint --project .",
|
||||
@ -13,4 +14,4 @@
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user