Skip to content

Commit 8475cc8

Browse files
author
Søren Brokær
committed
Added bower support
1 parent 171962c commit 8475cc8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "requirejs-react-jsx",
3+
"version": "0.0.1",
4+
"homepage": "https://github.com/podio/requirejs-react-jsx",
5+
"authors": [
6+
"Søren Brokær <rasmussen@podio.com>"
7+
],
8+
"description": "A RequireJS plugin for compiling React JSX files. Will use react-tools when compiling using r.js, and will use JSXTransformer when running in the browser in development.",
9+
"main": "jsx.js",
10+
"keywords": [
11+
"react",
12+
"jsx",
13+
"requirejs",
14+
"r.js",
15+
"require.js",
16+
"react-jsx",
17+
"requirejs-react-jsx"
18+
],
19+
"license": "MIT",
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests"
26+
],
27+
"dependencies": {
28+
"react": "~0.11.1"
29+
}
30+
}

0 commit comments

Comments
 (0)