-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
37 lines (37 loc) · 816 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
35
36
37
{
"name": "reactjsx",
"version": "0.0.1",
"homepage": "https://github.com/shaohua/reactjsx.com",
"authors": [
],
"description": "web components, react, react jsx",
"main": "index.html",
"keywords": [
"web",
"components",
"polymer",
"react",
"react",
"jsx"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"core-elements": "Polymer/core-elements#~0.3.1",
"polymer-elements": "Polymer/polymer-elements#~0.3.0",
"polymer-ui-elements": "Polymer/polymer-ui-elements#~0.3.0",
"normalize.css": "~3.0.1",
"react": "~0.10.0",
"underscore": "~1.6.0",
"jquery": "~2.1.1",
"react-bootstrap": "~0.10.2",
"bootstrap": "~3.1.1"
}
}