Skip to content

Commit 0f0026f

Browse files
author
Adam Comella
committed
Add bower.json file
1 parent 0671a96 commit 0f0026f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bower.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "react-winjs",
3+
"main": "react-winjs.js",
4+
"version": "1.0.0",
5+
"homepage": "https://github.com/winjs/react-winjs",
6+
"authors": [
7+
"Microsoft Corporation and other contributors"
8+
],
9+
"description": "React wrapper around WinJS's controls",
10+
"keywords": [
11+
"winjs",
12+
"react"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests",
21+
"examples",
22+
"package.json"
23+
]
24+
}

0 commit comments

Comments
 (0)