Skip to content

Commit 9be4efc

Browse files
Deploy
1 parent 3873d87 commit 9be4efc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@wniemiec-component-reactnative/selectable-button",
3+
"version": "1.0.0",
4+
"description": "Simple selectable button",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/wniemiec-components-reactnative/selectable-button.git"
9+
},
10+
"keywords": [
11+
"wniemiec",
12+
"component",
13+
"reactnative",
14+
"selectable-button",
15+
"selectable",
16+
"button"
17+
],
18+
"author": "William Niemiec <[email protected]> (https://www.linkedin.com/in/williamniemiec)",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/wniemiec-components-reactnative/selectable-button/issues"
22+
},
23+
"homepage": "https://github.com/wniemiec-components-reactnative/selectable-button#readme"
24+
}

0 commit comments

Comments
 (0)