diff --git a/packages/frptools/package.json b/packages/frptools/package.json index 823e38c..ba2c2cd 100644 --- a/packages/frptools/package.json +++ b/packages/frptools/package.json @@ -5,21 +5,6 @@ "main": "lib/index.js", "jsnext:main": "src/index.js", "files": ["dist", "lib", "src"], - "keywords": ["reactive"], - "author": "Timothy Farrell (https://github.com/explorigin)", - "license": "Apache-2.0", - "devDependencies": { - "babel-cli": "6.18.0", - "babel-core": "6.21.0", - "babel-preset-es2015": "6.18.0", - "babel-preset-es2015-rollup": "3.0.0", - "babel-preset-stage-0": "6.16.0", - "eslint": "3.12.2", - "jasmine": "^2.5.3", - "rimraf": "2.5.4", - "rollup-plugin-babel": "^2.7.1", - "rollup-plugin-json": "2.1.0" - }, "scripts": { "clean": "rimraf dist lib", "build:lib": "NODE_ENV=production babel src --presets=\"stage-0,es2015\" --out-dir lib", @@ -32,5 +17,19 @@ "prepublish": "npm run clean && npm run build", "test": "npm run build:lib && jasmine", "uglifyjs": "2.4.10" + }, + "keywords": ["reactive"], + "author": "Timothy Farrell (https://github.com/explorigin)", + "license": "Apache-2.0", + "devDependencies": { + "babel-cli": "6.18.0", + "babel-core": "6.21.0", + "babel-preset-es2015": "6.18.0", + "babel-preset-es2015-rollup": "3.0.0", + "babel-preset-stage-0": "6.16.0", + "jasmine": "^2.5.3", + "rimraf": "2.5.4", + "rollup-plugin-babel": "^2.7.1", + "rollup-plugin-json": "2.1.0" } } diff --git a/packages/portal/package.json b/packages/portal/package.json index b95f244..e04919f 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,5 +1,5 @@ { - "name": "worker-portal", + "name": "portal", "version": "0.8.0", "description": "Expose an API to a web worker and its parent", "main": "lib/index.js", @@ -18,25 +18,15 @@ "prepublish": "npm run clean && npm run build", "test": "npm run build:lib && jasmine --verbose" }, - "repository": { - "type": "git", - "url": "https://gitlab.com/explorigin/worker-portal.git" - }, - "keywords": ["javascript", "worker", "webworker", "promise"], + "keywords": ["worker", "webworker"], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0", - "bugs": { - "url": "https://gitlab.com/explorigin/worker-portal/issues" - }, - "homepage": "https://gitlab.com/explorigin/worker-portal", "devDependencies": { "babel-cli": "6.18.0", "babel-core": "6.21.0", - "babel-eslint": "7.1.1", "babel-preset-es2015": "6.18.0", "babel-preset-es2015-rollup": "3.0.0", "babel-preset-stage-0": "6.16.0", - "eslint": "3.12.2", "jasmine": "^2.5.3", "rimraf": "2.5.4", "rollup-plugin-babel": "^2.7.1", diff --git a/packages/router/package.json b/packages/router/package.json index a40bc59..6e59177 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -17,25 +17,15 @@ "prepublish": "npm run clean && npm run build", "test": "npm run build:lib && jasmine --verbose" }, - "repository": { - "type": "git", - "url": "https://gitlab.com/explorigin/router.git" - }, - "keywords": ["javascript"], + "keywords": ["router"], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0", - "bugs": { - "url": "https://gitlab.com/explorigin/router/issues" - }, - "homepage": "https://gitlab.com/explorigin/router", "devDependencies": { "babel-cli": "6.18.0", "babel-core": "6.21.0", - "babel-eslint": "7.1.1", "babel-preset-es2015": "6.18.0", "babel-preset-es2015-rollup": "3.0.0", "babel-preset-stage-0": "6.16.0", - "eslint": "3.2.0", "jasmine": "^2.5.3", "rimraf": "2.5.4", "rollup-plugin-json": "2.1.0", diff --git a/packages/trimkit/package.json b/packages/trimkit/package.json index cc41a74..ef97c94 100644 --- a/packages/trimkit/package.json +++ b/packages/trimkit/package.json @@ -17,25 +17,15 @@ "build": "npm run build:umd:gzip && ls -l dist/", "prepublish": "npm run clean && npm run build" }, - "repository": { - "type": "git", - "url": "https://gitlab.com/explorigin/trimkit.git" - }, "keywords": ["javascript"], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0", - "bugs": { - "url": "https://gitlab.com/explorigin/trimkit/issues" - }, - "homepage": "https://gitlab.com/explorigin/trimkit", "devDependencies": { "babel-cli": "6.18.0", "babel-core": "6.21.0", - "babel-eslint": "7.1.1", "babel-preset-es2015": "6.18.0", "babel-preset-es2015-rollup": "3.0.0", "babel-preset-stage-0": "6.16.0", - "eslint": "3.2.0", "rimraf": "2.5.4", "rollup-plugin-json": "2.1.0", "uglifyjs": "2.4.10"