react/npm-react/package.json

33 lines
685 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.",
2015-01-14 03:35:53 +08:00
"version": "0.13.0-alpha.2",
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",
2014-10-09 08:27:59 +08:00
"license": "BSD-3-Clause",
2013-10-23 08:59:24 +08:00
"files": [
"README.md",
"addons.js",
"react.js",
"dist/",
2013-10-23 08:59:24 +08:00
"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
},
"dependencies": {
"envify": "^3.0.0"
2013-12-02 18:19:36 +08:00
},
"browserify": {
"transform": ["envify"]
2013-10-23 08:59:24 +08:00
}
}