mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
30 lines
587 B
JSON
30 lines
587 B
JSON
{
|
|
"name": "react-linked-input",
|
|
"version": "1.0.2",
|
|
"description": "LinkedInput supports the ReactLink semantics",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"factory.js",
|
|
"index.js",
|
|
"react-linked-input.js",
|
|
"react-linked-input.min.js"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"linkedinput",
|
|
"input",
|
|
"linked",
|
|
"reactlink"
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
}
|