30 lines
602 B
JSON
30 lines
602 B
JSON
|
{
|
||
|
"name": "react-refresh",
|
||
|
"description": "React is a JavaScript library for building user interfaces.",
|
||
|
"keywords": [
|
||
|
"react"
|
||
|
],
|
||
|
"version": "0.9.0",
|
||
|
"homepage": "https://reactjs.org/",
|
||
|
"bugs": "https://github.com/facebook/react/issues",
|
||
|
"license": "MIT",
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"babel.js",
|
||
|
"runtime.js",
|
||
|
"build-info.json",
|
||
|
"cjs/",
|
||
|
"umd/"
|
||
|
],
|
||
|
"main": "runtime.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/react.git",
|
||
|
"directory": "packages/react"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
}
|