Skip to content

Commit 478332c

Browse files
Create package.json
1 parent bcad8a6 commit 478332c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "@jsfactory/hoc",
3+
"version": "0.0.1",
4+
"description": "Higher order component",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/js-factory/hoc.git"
12+
},
13+
"keywords": [
14+
"hoc",
15+
"react",
16+
"preact",
17+
"component",
18+
"reusable"
19+
],
20+
"author": "jsfactory",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/js-factory/hoc/issues"
24+
},
25+
"homepage": "https://github.com/js-factory/hoc#readme"
26+
}

0 commit comments

Comments
 (0)