mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 16:18:09 -07:00
36 lines
981 B
JSON
36 lines
981 B
JSON
{
|
|
"name": "paper-toolbar",
|
|
"version": "1.0.2",
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"description": "A material design toolbar that is easily customizable",
|
|
"private": true,
|
|
"main": [
|
|
"paper-toolbar.html"
|
|
],
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"keywords": [
|
|
"web-components",
|
|
"polymer",
|
|
"toolbar",
|
|
"layout"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PolymerElements/paper-toolbar.git"
|
|
},
|
|
"dependencies": {
|
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
|
"polymer": "Polymer/polymer#^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
|
|
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
|
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
|
"web-component-tester": "*",
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
|
}
|
|
}
|