forked from LostInBrittany/ace-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 853 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
{
"name": "ace-widget",
"authors": [
"Horacio Gonzalez <[email protected]>"
],
"description": "LostInBrittany's Ace (http://ace.c9.io/) widget",
"keywords": [
"web-component",
"web-components",
"polymer",
"lostinbrittany",
"ace"
],
"main": "ace-widget.html",
"license": "MIT",
"homepage": "https://github.com/LostInBrittany/ace-widget",
"ignore": [
],
"dependencies": {
"polymer": "Polymer/polymer#^1.5.0",
"ace-builds": "~1.2.0"
},
"devDependencies": {
"bootstrap": "~3.3.2",
"iron-component-page": "PolymerElements/iron-component-page#^1.1.6",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.3",
"paper-styles": "PolymerElements/paper-styles#^1.1.4",
"test-fixture": "PolymerElements/test-fixture#^1.1.1",
"web-component-tester": "^4.3.0"
}
}