rnpm-plugin-windows
Version:
rnpm plugin that generates a Windows template project
34 lines (33 loc) • 721 B
JSON
{
"name": "rnpm-plugin-windows",
"version": "0.6.1",
"description": "rnpm plugin that generates a Windows template project",
"main": "index.js",
"keywords": [
"rnpm",
"react-native",
"react-native-windows",
"rnpm windows"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/react-native-windows.git"
},
"engines": {
"node": ">= 4.0.0"
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.31.0"
},
"dependencies": {
"chalk": "^1.1.3",
"extract-zip": "^1.6.7",
"fs-extra": "^7.0.1",
"npm-registry": "^0.1.13",
"prompts": "^2.3.0",
"request": "^2.88.0",
"semver": "^6.1.1",
"valid-url": "^1.0.9"
}
}