Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80508 views
1
{
2
"name": "react",
3
"description": "React is a JavaScript library for building user interfaces.",
4
"version": "0.13.3",
5
"keywords": [
6
"react"
7
],
8
"homepage": "https://github.com/facebook/react/tree/master/npm-react",
9
"bugs": {
10
"url": "https://github.com/facebook/react/issues?labels=react-core"
11
},
12
"license": "BSD-3-Clause",
13
"files": [
14
"README.md",
15
"addons.js",
16
"react.js",
17
"dist/",
18
"lib/"
19
],
20
"main": "react.js",
21
"repository": {
22
"type": "git",
23
"url": "git+https://github.com/facebook/react.git"
24
},
25
"engines": {
26
"node": ">=0.10.0"
27
},
28
"dependencies": {
29
"envify": "^3.0.0"
30
},
31
"browserify": {
32
"transform": [
33
"envify"
34
]
35
},
36
"_id": "[email protected]",
37
"_shasum": "a2dfa85335d7dc02b82b482f089582e64cc13356",
38
"_resolved": "https://registry.npmjs.org/react/-/react-0.13.3.tgz",
39
"_from": "react@*",
40
"scripts": {},
41
"_npmVersion": "2.7.3",
42
"_nodeVersion": "0.10.38",
43
"_npmUser": {
44
"name": "zpao",
45
"email": "[email protected]"
46
},
47
"maintainers": [
48
{
49
"name": "zpao",
50
"email": "[email protected]"
51
},
52
{
53
"name": "jeffmo",
54
"email": "[email protected]"
55
},
56
{
57
"name": "sebmarkbage",
58
"email": "[email protected]"
59
},
60
{
61
"name": "spicyj",
62
"email": "[email protected]"
63
}
64
],
65
"dist": {
66
"shasum": "a2dfa85335d7dc02b82b482f089582e64cc13356",
67
"tarball": "http://registry.npmjs.org/react/-/react-0.13.3.tgz"
68
},
69
"directories": {},
70
"readme": "ERROR: No README data found!"
71
}
72
73