| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "@polymer/polymer", |
| 3 "version": "2.0.1", |
| 4 "description": "The Polymer library makes it easy to create your own web compo
nents. Give your element some markup and properties, and then use it on a site.
Polymer provides features like dynamic templates and data binding to reduce the
amount of boilerplate you need to write", |
| 5 "main": "polymer.html", |
| 6 "directories": { |
| 7 "doc": "docs", |
| 8 "test": "test" |
| 9 }, |
| 10 "devDependencies": { |
| 11 "@webcomponents/shadycss": "^1.0.0", |
| 12 "@webcomponents/webcomponentsjs": "^1.0.0", |
| 13 "babel-preset-babili": "0.0.12", |
| 14 "del": "^2.2.1", |
| 15 "dom5": "^1.3.1", |
| 16 "eslint-plugin-html": "^2.0.1", |
| 17 "google-closure-compiler": "^20170409.0.0", |
| 18 "gulp": "^3.9.1", |
| 19 "gulp-babel": "^6.1.2", |
| 20 "gulp-eslint": "^3.0.1", |
| 21 "gulp-if": "^2.0.1", |
| 22 "gulp-size": "^2.1.0", |
| 23 "gulp-vulcanize": "^6.0.1", |
| 24 "lazypipe": "^1.0.1", |
| 25 "merge-stream": "^1.0.1", |
| 26 "polymer-build": "^1.1.0", |
| 27 "run-sequence": "^1.1.0", |
| 28 "through2": "^2.0.0", |
| 29 "web-component-tester": "^6.0.0-prerelease.4" |
| 30 }, |
| 31 "scripts": { |
| 32 "build": "gulp", |
| 33 "test": "gulp lint && wct", |
| 34 "test-build": "gulp switch && wct && gulp restore" |
| 35 }, |
| 36 "repository": { |
| 37 "type": "git", |
| 38 "url": "https://github.com/Polymer/polymer.git" |
| 39 }, |
| 40 "author": "The Polymer Project Authors", |
| 41 "license": "BSD-3-Clause", |
| 42 "bugs": { |
| 43 "url": "https://github.com/Polymer/polymer/issues" |
| 44 }, |
| 45 "homepage": "https://github.com/Polymer/polymer", |
| 46 "publishConfig": { |
| 47 "access": "public" |
| 48 } |
| 49 } |
| OLD | NEW |