mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
26 lines
518 B
JSON
26 lines
518 B
JSON
{
|
|
"name": "react-linked-input",
|
|
"version": "1.0.1",
|
|
"description": "LinkedInput supports the ReactLink semantics",
|
|
"main": "LinkedInput.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"linkedinput",
|
|
"input",
|
|
"linked",
|
|
"reactlink"
|
|
],
|
|
"author": "",
|
|
"license": "BSD-3-Clause",
|
|
"peerDependencies": {
|
|
"react": "^15.0.1"
|
|
}
|
|
}
|