mirror of
https://github.com/zhigang1992/react-native-routy.git
synced 2026-01-12 16:42:20 +08:00
Add initial package json
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "routy",
|
||||
"version": "0.0.1",
|
||||
"description": "Routing for react-native with redux and Navigator",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zhigang1992/routy.git"
|
||||
},
|
||||
"keywords": [
|
||||
"react-native",
|
||||
"router",
|
||||
"Navigator",
|
||||
"redux"
|
||||
],
|
||||
"author": "Kyle Fang",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zhigang1992/routy/issues"
|
||||
},
|
||||
"homepage": "https://github.com/zhigang1992/routy#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user