Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Commit de7677b

Browse files
committed
Add bower support
1 parent 3cd5725 commit de7677b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "react-cursor",
3+
"version": "0.9.2",
4+
"homepage": "https://github.com/dustingetz/react-cursor",
5+
"authors": [
6+
"Dustin Getz",
7+
"Daniel Miladinov",
8+
"Wingspan Technology, Inc."
9+
],
10+
"license": "MIT",
11+
"private": false,
12+
"ignore": [
13+
"**/.*",
14+
"node_modules",
15+
"bower_components"
16+
],
17+
"dependencies": {}
18+
}

0 commit comments

Comments
 (0)