react/npm-react/package.json

37 lines
762 B
JSON
Raw Normal View History

2013-10-23 08:59:24 +08:00
{
2013-12-04 05:50:14 +08:00
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
2014-03-19 13:04:44 +08:00
"version": "0.10.0-rc1",
2013-10-23 08:59:24 +08:00
"keywords": [
"react"
],
"homepage": "https://github.com/facebook/react/tree/master/npm-react",
2013-10-23 08:59:24 +08: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",
"lib/"
],
"main": "react.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react"
},
"engines": {
"node": ">=0.10.0"
2013-12-02 18:19:36 +08:00
},
"peerDependencies": {
2014-02-18 07:38:58 +08:00
"envify": "~1.2.0"
2013-12-02 18:19:36 +08:00
},
"browserify": {
"transform": ["envify"]
2013-10-23 08:59:24 +08:00
}
}