react-universal-container
Version:
Allows React and React-Native front end Components to use the same properties, and gives you the ability to write your important code once.
25 lines (24 loc) • 732 B
JSON
{
"name": "react-universal-container",
"version": "0.1.01",
"description": "Allows React and React-Native front end Components to use the same properties, and gives you the ability to write your important code once.",
"main": "js/react-universal-container.js",
"typings": "js/react-universal-container.d.ts",
"devDependencies": {
"react": "^0.14.0",
"@types/react": "^0.14.0"
},
"keywords": [
"Universal",
"Container",
"shared",
"react",
"react-native"
],
"repository": {
"type" : "git",
"url" : "https://github.com/sportsbet/react-universal-container"
},
"author": "Sportsbet Pty Ltd <tim.sawtell@sportsbet.com.au> (https://github.com/sportsbet)",
"license": "MIT"
}