Skip to content

Commit

Permalink
Update package.json metadata for monorepo (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored May 3, 2018
1 parent 5183c9c commit 8bd4e6d
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 69 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"private": true,
"description": "Polymer tooling monorepo!",
"homepage": "https://github.com/Polymer/tools",
"repository": "https://github.com/Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/Polymer/tools.git"
},
"author": "The Polymer Project Authors",
"scripts": {
"bootstrap": "lerna bootstrap --ci",
"build": "lerna run build --stream",
Expand Down
10 changes: 4 additions & 6 deletions packages/analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"name": "polymer-analyzer",
"version": "3.0.0-pre.24",
"description": "Static analysis for Web Components",
"homepage": "https://github.com/Polymer/polymer-analyzer",
"bugs": "https://github.com/Polymer/polymer-analyzer/issues",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/analyzer",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer-analyzer.git"
},
"author": "The Polymer Project Authors",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
8 changes: 5 additions & 3 deletions packages/browser-capabilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "browser-capabilities",
"version": "1.0.0",
"description": "Detect browser capabilities from a user agent string.",
"repository": "git+https://github.com/Polymer/browser-capabilities.git",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/browser-capabilities",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"main": "lib/browser-capabilities.js",
"types": "lib/browser-capabilities.d.ts",
"engines": {
"node": ">=8.0"
},
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"scripts": {
"build": "rm -Rf lib/ && tsc",
"build:watch": "tsc --watch",
Expand Down
15 changes: 5 additions & 10 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "polymer-build",
"version": "3.0.0-pre.16",
"description": "A library of Gulp build tasks",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/build",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"main": "lib/polymer-build.js",
"typings": "lib/polymer-build.d.ts",
"scripts": {
Expand All @@ -13,16 +18,6 @@
"prepublishOnly": "npm test",
"format": "find src/ -iname \"*.ts\" -o -iname \"*.js\" | xargs clang-format --style=file -i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polymer/polymer-build.git"
},
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Polymer/polymer-build/issues"
},
"homepage": "https://github.com/Polymer/polymer-build#readme",
"dependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-external-helpers": "^7.0.0-beta.46",
Expand Down
6 changes: 5 additions & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "polymer-bundler",
"version": "4.0.0-pre.6",
"description": "Process Web Components into one output file",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/bundler",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"main": "lib/bundler.js",
"typings": "lib/bundler.d.ts",
"files": [
Expand Down Expand Up @@ -60,7 +65,6 @@
"test:unit": "mocha \"lib/test/**/*_test.js\"",
"test:watch": "tsc-then -- mocha \"lib/test/**/*_test.js\""
},
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"directories": {
"test": "test"
Expand Down
11 changes: 5 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "polymer-cli",
"version": "1.7.0-pre.16",
"description": "A commandline tool for Polymer projects",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/cli",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"main": "lib/polymer-cli.js",
"engines": {
"node": ">=8.0"
Expand All @@ -21,12 +26,6 @@
"format": "find src gulpfile.js \\( -iname \"*.ts\" -o -iname \"*.js\" \\) -not -path \"*fixtures*\" | xargs clang-format --style=file -i",
"test:watch": "tsc-then -- mocha \"lib/test/**/*_test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polymer/polymer-cli.git"
},
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"dependencies": {
"@types/chalk": "^0.4.31",
"@types/del": "^3.0.0",
Expand Down
8 changes: 5 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@polymer/tools-common",
"repository": "https://github.com/Polymer/tools-common",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/common",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"version": "2.0.0",
"engines": {
"node": ">=8.0"
Expand All @@ -14,8 +18,6 @@
"prepublishOnly": "gulp build-all",
"format": "find src/ test/ -iname '*.ts' -o -iname '*.js' | xargs clang-format --style=file -i"
},
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"dependencies": {
"@types/node": "^9.6.4",
"depcheck": "^0.6.0",
Expand Down
10 changes: 4 additions & 6 deletions packages/editor-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"name": "polymer-editor-service",
"version": "2.2.0",
"description": "Static analysis for the web in your text editor!",
"homepage": "https://github.com/Polymer/polymer-editor-service",
"bugs": "https://github.com/Polymer/polymer-editor-service/issues",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/editor-service",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"bin": {
"polymer-editor-service": "bin/polymer-editor-service.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer-editor-service.git"
},
"scripts": {
"clean": "touch lib && rm -rf lib",
"build": "tsc",
Expand Down
8 changes: 5 additions & 3 deletions packages/esm-amd-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "@polymer/esm-amd-loader",
"version": "0.1.0",
"description": "Minimal AMD-style loader for replicating ES module behavior.",
"repository": "git+https://github.com/Polymer/tools.git",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/esm-amd-loader",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"main": "lib/esm-amd-loader.min.js",
"types": "lib/esm-amd-loader.d.ts",
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"scripts": {
"format": "find src/ -iname '*.ts' -o -iname '*.js' | xargs clang-format --style=file -i",
"clean": "rm -rf lib/",
Expand Down
15 changes: 5 additions & 10 deletions packages/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "polymer-linter",
"version": "3.0.0-pre.7",
"description": "Lint Polymer!",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/linter",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"main": "lib/linter.js",
"typings": "lib/linter.d.ts",
"dependencies": {
Expand Down Expand Up @@ -50,21 +55,11 @@
"test:watch": "tsc-then -- mocha \"lib/test/**/*_test.js\"",
"run-on-polymer": "npm run build && (cd test/integration && bower install --silent) && INTEGRATION_TEST=true mocha lib/test/integration_test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polymer/polymer-linter.git"
},
"keywords": [
"polymer",
"lint",
"linter"
],
"author": "The Polymer Project authors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Polymer/polymer-linter/issues"
},
"homepage": "https://github.com/Polymer/polymer-linter#readme",
"engines": {
"node": ">=8"
}
Expand Down
5 changes: 4 additions & 1 deletion packages/polyserve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "polyserve",
"version": "0.27.9",
"description": "A simple dev server for bower components",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/polyserve",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"repository": "PolymerLabs/polyserve",
"author": "The Polymer Project Authors",
"main": "./lib/polyserve.js",
"bin": {
"polyserve": "bin/polyserve"
Expand Down
14 changes: 5 additions & 9 deletions packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
"name": "polymer-project-config",
"version": "3.13.0",
"description": "reads, validates, and shapes your polymer.json project configuration",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/project-config",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/Polymer/polymer-project-config.git"
},
"bugs": {
"url": "https://github.com/Polymer/polymer-project-config/issues"
},
"homepage": "https://github.com/Polymer/polymer-project-config#readme",
"scripts": {
"build": "tsc && typescript-json-schema src/index.ts ProjectOptions --ignoreErrors -o lib/schema.json",
Expand Down
12 changes: 5 additions & 7 deletions packages/web-component-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"wct-browser-legacy-version-range": "0.0.1-pre.1 || ^1.0.0"
},
"description": "web-component-tester makes testing your web components a breeze!",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/web-component-tester",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"keywords": [
"browser",
"grunt",
Expand All @@ -17,13 +22,6 @@
"web component",
"web"
],
"homepage": "https://github.com/Polymer/web-component-tester",
"bugs": "https://github.com/Polymer/web-component-tester/issues",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/Polymer/web-component-tester.git"
},
"main": "runner.js",
"bin": {
"wct": "./bin/wct",
Expand Down

0 comments on commit 8bd4e6d

Please sign in to comment.