UNPKG

824 BJSONView Raw
1{
2 "name": "react",
3 "description": "React is a JavaScript library for building user interfaces.",
4 "keywords": [
5 "react"
6 ],
7 "version": "0.0.0-experimental-94c0244ba",
8 "homepage": "https://reactjs.org/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
13 "README.md",
14 "build-info.json",
15 "index.js",
16 "cjs/",
17 "umd/",
18 "jsx-runtime.js",
19 "jsx-dev-runtime.js",
20 "unstable-cache.js"
21 ],
22 "main": "index.js",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/facebook/react.git",
26 "directory": "packages/react"
27 },
28 "engines": {
29 "node": ">=0.10.0"
30 },
31 "dependencies": {
32 "loose-envify": "^1.1.0",
33 "object-assign": "^4.1.1"
34 },
35 "browserify": {
36 "transform": [
37 "loose-envify"
38 ]
39 }
40}