api-console-assets
Version:
This repo only exists to publish api console components to npm
45 lines • 1.08 kB
JSON
{
"name": "polymer",
"version": "1.11.2",
"main": [
"polymer.html",
"polymer-mini.html",
"polymer-micro.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/",
"/util/",
"/explainer/",
"gulpfile.js",
"PRIMER.md",
"CONTRIBUTING.md",
"CHANGELOG.md"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.24"
},
"devDependencies": {
"web-component-tester": "*",
"iron-component-page": "polymerElements/iron-component-page#^1.1.6"
},
"private": true,
"homepage": "https://github.com/Polymer/polymer",
"_release": "1.11.2",
"_resolution": {
"type": "version",
"tag": "v1.11.2",
"commit": "1dcf3839b3ce058d2d87737674a25ecdd7343f9a"
},
"_source": "https://github.com/Polymer/polymer.git",
"_target": "^1.1.0",
"_originalSource": "Polymer/polymer"
}