2013-10-22 17:59:24 -07:00
|
|
|
{
|
2013-12-03 16:50:14 -05:00
|
|
|
"name": "react",
|
2014-02-19 11:34:03 -08:00
|
|
|
"description": "React is a JavaScript library for building user interfaces.",
|
2014-09-16 10:33:37 -07:00
|
|
|
"version": "0.11.2",
|
2013-10-22 17:59:24 -07:00
|
|
|
"keywords": [
|
|
|
|
|
"react"
|
|
|
|
|
],
|
2013-12-06 12:11:40 -08:00
|
|
|
"homepage": "https://github.com/facebook/react/tree/master/npm-react",
|
2013-10-22 17:59:24 -07:00
|
|
|
"bugs": "https://github.com/facebook/react/issues?labels=react-core",
|
|
|
|
|
"licenses": [
|
|
|
|
|
{
|
|
|
|
|
"type": "Apache-2.0",
|
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"README.md",
|
|
|
|
|
"addons.js",
|
|
|
|
|
"react.js",
|
2014-07-03 18:21:22 -04:00
|
|
|
"dist/",
|
2013-10-22 17:59:24 -07:00
|
|
|
"lib/"
|
|
|
|
|
],
|
|
|
|
|
"main": "react.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
2013-12-02 02:19:36 -08:00
|
|
|
},
|
2014-05-05 20:25:33 -03:00
|
|
|
"dependencies": {
|
2014-07-03 09:56:42 -07:00
|
|
|
"envify": "^2.0.0"
|
2013-12-02 02:19:36 -08:00
|
|
|
},
|
|
|
|
|
"browserify": {
|
|
|
|
|
"transform": ["envify"]
|
2013-10-22 17:59:24 -07:00
|
|
|
}
|
|
|
|
|
}
|