mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-10 05:18:04 +10:00
25 lines
482 B
JSON
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"
|
|
}
|