mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5e0f073d50
Add new interaction-tracking package/bundle
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"name": "interaction-tracking",
|
|
"description": "utility for tracking interaction events",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/"
|
|
],
|
|
"keywords": [
|
|
"interaction",
|
|
"tracking",
|
|
"react"
|
|
],
|
|
"repository": "https://github.com/facebook/react",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/"
|
|
}
|