We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae91cc commit c27cfd3Copy full SHA for c27cfd3
react-native-cli/package.json
@@ -1,11 +1,16 @@
1
{
2
"name": "react-native-cli",
3
"version": "0.1.7",
4
+ "license" : "BSD-3-Clause",
5
"description": "The React Native CLI tools",
6
"main": "index.js",
7
"engines": {
8
"node": ">=4"
9
},
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/facebook/react-native.git"
13
+ },
14
"scripts": {
15
"test": "mocha"
16
0 commit comments