-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 879 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
34
{
"name": "stripe-behavior",
"version": "0.1.0",
"authors": [
"Enrique Garcia Navalon <[email protected]>"
],
"description": "Element wrapper for the Stripe library",
"main": "stripe-behavior.html",
"repository": {
"type": "git",
"url": "git://github.com/MashMeTV/stripe-behavior.git"
},
"license": "MIT",
"homepage": "https://github.com/github.com/MashMeTV/stripe-behavior",
"keywords": [
"web-component",
"polymer",
"stripe",
"payments"
],
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}