api-console-assets
Version:
This repo only exists to publish api console components to npm
39 lines • 1.04 kB
JSON
{
"name": "openable-panel-behavior",
"description": "A behavior to implement an element that is aware when it's displayed to the user",
"version": "0.1.2",
"license": "Apache-2.0 OR CC-BY-4.0",
"authors": [
"The Advanced REST client authors <arc@mulesoft.com>"
],
"keywords": [
"web-components",
"polymer"
],
"private": true,
"main": [
"openable-panel-behavior.html"
],
"repository": {
"type": "git",
"url": "git@github.com:advanced-rest-client/openable-panel-behavior.git"
},
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page#1.x",
"web-component-tester": "^6.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.4.0",
"test-fixture": "PolymerElements/test-fixture#^3.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"ignore": [
"**/.*",
"dependencyci.yml",
"node_modules",
"bower_components",
"test",
"tasks"
]
}