Files
react/npm-react/package.json

38 lines
767 B
JSON
Raw Normal View History

2013-10-22 17:59:24 -07:00
{
2013-12-03 16:50:14 -05:00
"name": "react",
"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"
],
"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",
"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
},
"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
}
}