Files
alfresco-ng2-components/web-components/file-upload/.bower.json
2016-04-07 15:23:42 +01:00

43 lines
1.0 KiB
JSON

{
"name": "file-upload",
"version": "1.6.4",
"authors": [
"Winston Howes <winstonhowes@gmail.com>"
],
"description": "An element for using ajax to upload files.",
"keywords": [
"web-component",
"web-components",
"polymer",
"file",
"ajax",
"upload"
],
"main": "file-upload.html",
"license": "MIT",
"homepage": "https://github.com/winhowes/file-upload/",
"ignore": [
"/.*",
"/test/",
"/demo/",
"/bower_components/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"paper-progress": "PolymerElements/paper-progress#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
},
"_release": "1.6.4",
"_resolution": {
"type": "version",
"tag": "v1.6.4",
"commit": "eeaa8d62ac0d7ae2f5adb9531c427bfba3952f1c"
},
"_source": "git://github.com/winhowes/file-upload.git",
"_target": "~1.6.4",
"_originalSource": "file-upload",
"_direct": true
}