-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.13.3",
"keywords": [
"react"
],
"homepage": "https://github.com/facebook/react/tree/master/npm-react",
"bugs": {
"url": "https://github.com/facebook/react/issues?labels=react-core"
},
"license": "BSD-3-Clause",
"files": [
"README.md",
"addons.js",
"react.js",
"dist/",
"lib/"
],
"main": "react.js",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"envify": "^3.0.0"
},
"browserify": {
"transform": [
"envify"
]
},
"_id": "react@0.13.3",
"_shasum": "a2dfa85335d7dc02b82b482f089582e64cc13356",
"_resolved": "https://registry.npmjs.org/react/-/react-0.13.3.tgz",
"_from": "react@*",
"scripts": {},
"_npmVersion": "2.7.3",
"_nodeVersion": "0.10.38",
"_npmUser": {
"name": "zpao",
"email": "paul@oshannessy.com"
},
"maintainers": [
{
"name": "zpao",
"email": "paul@oshannessy.com"
},
{
"name": "jeffmo",
"email": "jeff@anafx.com"
},
{
"name": "sebmarkbage",
"email": "sebastian@calyptus.eu"
},
{
"name": "spicyj",
"email": "ben@benalpert.com"
}
],
"dist": {
"shasum": "a2dfa85335d7dc02b82b482f089582e64cc13356",
"tarball": "http://registry.npmjs.org/react/-/react-0.13.3.tgz"
},
"directories": {},
"readme": "ERROR: No README data found!"
}