2015-06-26 20:27:38 -07:00
|
|
|
{
|
|
|
|
"name": "paper-progress",
|
2015-07-25 13:41:29 -07:00
|
|
|
"version": "1.0.2",
|
2015-06-26 20:27:38 -07:00
|
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
|
|
"description": "A material design progress bar",
|
|
|
|
"authors": "The Polymer Authors",
|
|
|
|
"keywords": [
|
|
|
|
"web-components",
|
|
|
|
"polymer",
|
|
|
|
"progress"
|
|
|
|
],
|
|
|
|
"main": [
|
|
|
|
"paper-progress.html"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/PolymerElements/paper-progress.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"polymer": "Polymer/polymer#^1.0.0",
|
|
|
|
"iron-range-behavior": "PolymerElements/iron-range-behavior#^1.0.0",
|
|
|
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
|
|
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
|
|
|
"paper-button": "PolymerElements/paper-button#^1.0.0",
|
|
|
|
"web-component-tester": "*",
|
|
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
|
|
|
}
|
|
|
|
}
|