UNPKG

react-umg

Version:

A React renderer for Unreal Motion Graphics With Unreal.js

35 lines (34 loc) 725 B
{ "name": "react-umg", "version": "0.2.6", "description": "A React renderer for Unreal Motion Graphics With Unreal.js", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ncsoft/React-UMG.git" }, "bugs": { "url": "https://github.com/ncsoft/React-UMG/issues" }, "keywords": [ "unreal.js", "react-umg", "react", "umg" ], "author": { "name": "NCSOFT", "email": "crocuis@ncsoft.com", "url": "http://ncsoft.com" }, "license": "MIT", "dependencies": { "fbjs": "^0.8.3", "lodash": "^4.17.4", "react": "<=15.4.2", "react-dom": "<=15.4.2" } }