UNPKG

react-native-tizen-dotnet

Version:

react-native-tizen-dotnet is a React Native framework for developer to build Tizen.NET apps on Tizen.

63 lines (62 loc) 1.81 kB
{ "name": "react-native-tizen-dotnet", "version": "0.1.14", "description": "react-native-tizen-dotnet is a React Native framework for developer to build Tizen.NET apps on Tizen.", "main": "Libraries/react-native-tizen/react-native-tizen.js", "scripts": { "start": "taskr", "build": "taskr babel" }, "engineStrict": true, "author": "feng.zhao@samsung.com", "license": "MIT", "keywords": [ "TV", "Tizen", "react-native", "react", ".NET Core" ], "homepage": "https://github.com/Samsung/react-native-tizen-dotnet", "repository": { "type": "git", "url": "git+https://github.com/Samsung/react-native-tizen-dotnet.git" }, "bugs": { "url": "https://github.com/Samsung/react-native-tizen-dotnet/issues" }, "engines": { "node": ">= 4.0.0" }, "files": [ "Libraries", "build", "README.md" ], "bin": { "react-native-tizen": "./build/bin/react-native-tizen-scripts.js" }, "peerDependencies": { "react-native": ">=0.31.0" }, "dependencies": { "babel-runtime": "^6.23.0", "cross-spawn": "^5.1.0", "fs-extra": "^4.0.0", "minimist": "^1.2.0", "tizen-tv-dev-cli": "^0.1.3" }, "devDependencies": { "@taskr/babel": "^1.1.0", "@taskr/clear": "^1.1.0", "@taskr/esnext": "^1.1.0", "@taskr/shell": "^1.1.0", "@taskr/watch": "^1.1.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "taskr": "^1.1.0" } }