react-freezer-js
Version:
Mandatory context-based helpers for freezer-js and react.
40 lines (39 loc) • 776 B
JSON
{
"name": "react-freezer-js",
"version": "2.0.0",
"description": "Mandatory context-based helpers for freezer-js and react.",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/qur2/react-freezer-js.git"
},
"tags": [
"react",
"react-native"
],
"keywords": [
"react",
"freezer",
"state",
"atom",
"higher-order",
"component"
],
"author": "Aurélien Scoubeau",
"license": "ISC",
"bugs": {
"url": "https://github.com/qur2/react-freezer-js/issues"
},
"homepage": "https://github.com/qur2/react-freezer-js#readme",
"babel": {
"presets": [
"es2015",
"stage-2",
"react"
]
},
"peerDependencies": {
"react": "0.14.x",
"freezer-js": "0.9.x"
}
}