Skip to content

Commit 3831edb

Browse files
committed
Add package.json
1 parent 5f26bfc commit 3831edb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "react-router-hash-link-scroll",
3+
"version": "0.1.0",
4+
"description": "Hash link scroll functionality for React Router v4",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/rafrex/react-router-hash-link-scroll.git"
11+
},
12+
"keywords": [
13+
"react-router",
14+
"link",
15+
"hash-link"
16+
],
17+
"author": "Rafael Pedicini <code@rafrex.com>",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/rafrex/react-router-hash-link-scroll/issues"
21+
},
22+
"homepage": "https://github.com/rafrex/react-router-hash-link-scroll#readme"
23+
}

0 commit comments

Comments
 (0)