mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 09:12:46 +08:00
Merge pull request #4102 from mkotsbak/patch-1
Add license and source info for react-native-cli
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
{
|
||||
"name": "react-native-cli",
|
||||
"version": "0.1.7",
|
||||
"license" : "BSD-3-Clause",
|
||||
"description": "The React Native CLI tools",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user