Files
2014-11-14 00:26:49 +10:00

25 lines
482 B
JSON

{
"name": "react",
"filename": "react.min.js",
"version": "0.12.0",
"description": "React is a JavaScript library for building user interfaces.",
"keywords": [
"react",
"jsx",
"transformer",
"view"
],
"homepage": "http://facebook.github.io/react",
"bugs": "https://github.com/facebook/react/issues",
"npmName": "react",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"namespace": "React"
}