rnpm-plugin-wpf
Version:
rnpm plugin that generates a Windows template project with WPF
27 lines (26 loc) • 565 B
JSON
{
"name": "rnpm-plugin-wpf",
"version": "0.3.2",
"description": "rnpm plugin that generates a Windows template project with WPF",
"main": "index.js",
"keywords": [
"rnpm",
"react-native",
"react-native-windows",
"rnpm windows"
],
"repository": {
"type": "git",
"url": "https://github.com/ReactWindows/react-native-windows.git"
},
"engines": {
"node": ">= 4.0.0"
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.31.0"
},
"dependencies": {
"rnpm-plugin-windows": ">=0.5.1-0 <1.0.0"
}
}