{
 "name": "@npm-polymer/polymer",
 "version": "2.0.1",
 "description": "The Polymer library makes it easy to create your own web components. 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",
 "main": "polymer.html",
 "directories": {
  "doc": "docs",
  "test": "test"
 },
 "scripts": {
  "build": "gulp",
  "test": "gulp lint && wct",
  "test-build": "gulp switch && wct && gulp restore"
 },
 "repository": {
  "type": "git",
  "url": "https://github.com/Polymer/polymer.git"
 },
 "author": "The Polymer Project Authors",
 "license": "BSD-3-Clause",
 "bugs": {
  "url": "https://github.com/Polymer/polymer/issues"
 },
 "homepage": "https://github.com/Polymer/polymer",
 "publishConfig": {
  "access": "public"
 }
}