UNPKG

583 BJSONView Raw
1{
2 "name": "react-side-effect",
3 "version": "0.3.1",
4 "description": "Create components whose prop changes map to a global side effect",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/gaearon/react-side-effect.git"
9 },
10 "keywords": [
11 "react",
12 "component",
13 "side",
14 "effect"
15 ],
16 "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/gaearon/react-side-effect/issues"
20 },
21 "homepage": "https://github.com/gaearon/react-side-effect"
22}