-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
33 lines (33 loc) · 932 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "yarn-api-behavior",
"version": "0.5.2",
"keywords": [
"web-components",
"polymer",
"ajax",
"sdk",
"api"
],
"license": "MIT",
"description": "Polymer v1 API integration aid",
"authors": [
"William S. Woodruff <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/WilliamSWoodruff/APIBehavior.git"
},
"main": "yarn-api-behavior.html",
"dependencies": {
"iron-ajax": "PolymerElements/iron-ajax#~1.0.4",
"polymer": "Polymer/polymer#^1.0.0",
"promise-polyfill": "git://github.com/PolymerLabs/promise-polyfill.git#~1.0.0",
"yarn-endpoints-behavior": "~0.1.2"
},
"devDependencies": {
"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"
}
}