You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.5 KiB
71 lines
1.5 KiB
10 years ago
|
{
|
||
|
"name": "react",
|
||
|
"description": "React is a JavaScript library for building user interfaces.",
|
||
|
"version": "0.13.2",
|
||
|
"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": "https://github.com/facebook/react"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"envify": "^3.0.0"
|
||
|
},
|
||
|
"browserify": {
|
||
|
"transform": [
|
||
|
"envify"
|
||
|
]
|
||
|
},
|
||
|
"_id": "react@0.13.2",
|
||
|
"_shasum": "a1c7cec5e7be080c4e249b20740d4d4cd18880ca",
|
||
|
"_resolved": "https://registry.npmjs.org/react/-/react-0.13.2.tgz",
|
||
|
"_from": "react@>=0.13.0 <0.14.0",
|
||
|
"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": "a1c7cec5e7be080c4e249b20740d4d4cd18880ca",
|
||
|
"tarball": "http://registry.npmjs.org/react/-/react-0.13.2.tgz"
|
||
|
},
|
||
|
"directories": {}
|
||
|
}
|