Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit cd0e8c6

Browse files
committed
🎉 (package.json) Init repo
1 parent 6b3d29a commit cd0e8c6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "react-gondola",
3+
"version": "1.0.0",
4+
"description": "React Native declarative navigation",
5+
"main": "index.js",
6+
"repository": "git@github.com:tpucci/react-gondola.git",
7+
"author": "Thomas Pucci",
8+
"license": "MIT",
9+
"private": false,
10+
"keywords": [
11+
"react-native",
12+
"navigation",
13+
"declarative"
14+
]
15+
}

0 commit comments

Comments
 (0)