mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 00:36:26 +10:00
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"name": "react",
|
|
"filename": "react.min.js",
|
|
"version": "0.11.1",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|